OSDN Git Service

Regular updates
[twpd/master.git] / rst.md
1 ---
2 title: ReStructuredText
3 category: Markup
4 ---
5
6 ### Comments
7
8     .. @theme 2010
9     .. include:: ../themes/2010/common.rst
10     .. contents::
11     .. |substitute| replace:: replacement name
12
13 ### Headings
14
15     Heading
16     =======
17     
18     .. class:: brief
19     
20     Hello there. |substitute| **This is bold**
21     
22     
23      - Bullet list with a link_ (or `link with words`_)
24      - Yes
25     
26     .. _link: http://link.org
27     
28 ### PDF page break
29
30     .. raw:: pdf
31     
32        PageBreak oneColumn
33     
34 ### Link targets
35     
36     Internal link target_.
37     
38     .. _target:
39     
40     This is where _target will end up in.
41     
42 ### Tables (?)
43     
44     .. class:: hash-table
45     
46     .. list-table::
47     
48        * - :key:`Cuisine:`
49          - :val:`French/fusion`
50        * - :key:`Number of ingredients:`
51          - :val:`8`
52        * - :key:`Preparation time:`
53          - :val:`30 hours`