1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00
cheatsheets/rst.md
2015-11-24 16:02:17 +11:00

880 B

title category
ReStructuredText Markup

Comments

.. @theme 2010
.. include:: ../themes/2010/common.rst
.. contents::
.. |substitute| replace:: replacement name

Headings

Heading
=======

.. class:: brief

Hello there. |substitute| **This is bold**


 - Bullet list with a link_ (or `link with words`_)
 - Yes

.. _link: http://link.org

PDF page break

.. raw:: pdf

   PageBreak oneColumn
Internal link target_.

.. _target:

This is where _target will end up in.

Tables (?)

.. class:: hash-table

.. list-table::

   * - :key:`Cuisine:`
     - :val:`French/fusion`
   * - :key:`Number of ingredients:`
     - :val:`8`
   * - :key:`Preparation time:`
     - :val:`30 hours`