1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
This shows some plugins
#######################
This project is :gh:`on GitHub <mosra/m.css>` and
.. class:: m-table
====== ======
The tables
====== ======
render nicer now.
====== ======
.. note-success::
Yup!
.. role:: link-flat(link)
:class: m-flat
See, :glfn:`DrawElements` is the grandpa of :vkfn:`CmdDraw`. But
:link-flat:`not everything is as it "seems" to be <javascript:alert("boo!")>`
--- however the typography makes that bearable. Python bindings for
:dox:`Corrade::Containers` and Magnum are nice too:
.. code:: pycon
>>> from magnum import *
>>> a = Vector3(1.0, 2.0, 3.0)
>>> a.dot()
14.0
Images!
.. image:: tiny.png
:scale: 2000%
.. figure:: subdir/tiny.png
:width: 200px
Image in a subdir
.. fancy-line:: Custom plugins!
|