1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 05:30:16 +02:00
Files
cheatsheets/rst.md
2023-03-13 23:02:33 +11:00

1.0 KiB

title, category, layout
title category layout
ReStructuredText Markup 2017/sheet

About

{: .-intro}

ReStructuredText is a markup language for writing documents.

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`