</div>
</div>
+.. note-info::
+
+ The `Pelican Components plugin <{filename}/plugins/components.rst#blocks-notes-frame>`__
+ is able to produce blocks conveniently using :rst:`.. block-::` directives
+ in your :abbr:`reST <reStructuredText>` markup.
+
`Badges`_
=========
get notified when he gets a better avatar.</p>
</div>
+.. note-info::
+
+ The `Pelican Metadata plugin <{filename}/plugins/metadata.rst>`_ is able
+ to automatically render author and category badges for articles.
+
`Notes, frame`_
===============
</div>
</div>
+.. note-info::
+
+ Notes and frames can be created conveniently using :rst:`.. note-::` and
+ :rst:`.. frame::` directives in your :abbr:`reST <reStructuredText>` markup
+ using the `Pelican Components plugin <{filename}/plugins/components.rst#blocks-notes-frame>`__.
+
`Text`_
=======
</div>
</div>
+.. note-info::
+
+ Colored text paragraphs can be conveniently created using :rst:`.. text-::`
+ directives in your :abbr:`reST <reStructuredText>` markup using the
+ `Pelican Components plugin <{filename}/plugins/components.rst#text>`__.
+
Apply :css:`.m-small` or :css:`.m-big` CSS class together with :css:`.m-text`
to make the text appear smaller or larger.
</a>
</div>
+.. note-info::
+
+ Buttons can be conveniently created using :rst:`.. button-::` directives in
+ your :abbr:`reST <reStructuredText>` markup using the
+ `Pelican Components plugin <{filename}/plugins/components.rst#button-links>`__.
+
`Labels`_
=========
<a href="{filename}/static/flowers.jpg"><img src="{filename}/static/flowers-small.jpg" /></a>
</div>
+.. note-info::
+
+ Images can be conveniently created with an :rst:`.. image::` directive in
+ your :abbr:`reST <reStructuredText>` markup using the
+ `Pelican Images plugin <{filename}/plugins/images.rst>`_.
+
`Figures`_
==========
<span>Photo © <a href="http://blog.mosra.cz/">The Author</a></span>
</figure>
+.. note-info::
+
+ Figures can be conveniently created with a :rst:`.. figure::` directive in
+ your :abbr:`reST <reStructuredText>` markup using the
+ `Pelican Images plugin <{filename}/plugins/images.rst>`_.
+
`Image grid`_
=============
p_i = W \cfrac{w_i}{h_i} \cdot 100 \%
-.. note-info::
+.. note-success::
- The image width calculation is quite annoying to do manually, that's why
- m.css provides a `Pelican plugin <{filename}/plugins/images.rst#image-grid>`_
+ The image width calculation is quite annoying to do manually and so there's
+ an :rst:`.. image-grid::` directive in the `Pelican Image plugin <{filename}/plugins/images.rst#image-grid>`_
that does the hard work for you.
`Code`_
.. note-success::
- To make your life easier, m.css provides a
- `Pelican plugin <{filename}/plugins/math-and-code.rst#code>`__ that
- integrates Pygments code highlighting as a :abbr:`reST <reStructuredText>`
- directive.
+ To make your life easier, the `Pelican Code plugin <{filename}/plugins/math-and-code.rst#code>`__
+ integrates Pygments code highlighting as a :rst:`.. code::`
+ :abbr:`reST <reStructuredText>` directive and a :rst:`:code:` inline text
+ role.
`Colored terminal output`_
==========================
.. note-success::
- The Pelican plugin mentioned above is able to do
+ The Pelican Code plugin mentioned above is able to do
`colored console highlighting as well <{filename}/plugins/math-and-code.rst#colored-terminal-output>`_.
`Code figure`_
:css:`.m-console-figure` instead of :css:`.m-code-figure` on the :html:`<figure>`
element.
+.. note-info::
+
+ Code figures can be conveniently created with a :rst:`.. code-figure::`
+ directive in your :abbr:`reST <reStructuredText>` markup using the
+ `Pelican Components plugin <{filename}/plugins/components.rst#code-figure>`_.
+
`Math`_
=======
</g>
</svg> character.</p>
-.. note-warning::
+.. note-success::
- Producing SVG manually using command-line tools is no fun, so m.css
- provides a `Pelican plugin <{filename}/plugins/math-and-code.rst#math>`__
- that integrates LaTeX math directly into your markup. Check it out!
+ Producing SVG manually using command-line tools is no fun. That's why the
+ :rst:`.. math::` directive and :rst:`:math:` inline text role in the
+ `Pelican Math plugin <{filename}/plugins/math-and-code.rst#math>`__
+ integrates LaTeX math directly into your :abbr:`reST <reStructuredText>`
+ markup for convenient content authoring.
`Padding`_
==========