forked from marbl/canu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reST-markup-hints
38 lines (24 loc) · 969 Bytes
/
reST-markup-hints
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
http://docutils.sourceforge.net/rst.html
http://docutils.sourceforge.net/docs/user/rst/quickstart.html
http://docutils.sourceforge.net/docs/user/rst/quickref.html <- most useful
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#definition-lists
http://rest-sphinx-memo.readthedocs.io/en/latest/ReST.html
- A very useful page with examples.
`italics`
*italics*
**bold**
``red-code``
--------------------
`LINK <URL>`_
--------------------
Indented text makes a quote
this is a
quotation
--------------------
Indented text can be turned into a code block with some kind of higlighting
.. code-block:: none
-rw-r--r-- 1 bri bri 5964 Jun 10 2001 ne-20010611-1812/near-identity/meryl/meryl.C
-rw-r--r-- 1 bri bri 180 Jul 3 2001 ne-20010703-1747/near-identity/meryl/meryl.C
--------------------
https://docutils.sourceforge.io/docs/ref/rst/directives.html#math
The area of a circle is :math:`A_\text{c} = (\pi/4) d^2`.