@@ -9,7 +9,7 @@ Quick reference for the odoc language!
9
9
{th Render as}}
10
10
{tr
11
11
{th Paragraphs}
12
- {td {[
12
+ {td {@text [
13
13
A first paragraph
14
14
15
15
A second paragraph]}}
@@ -19,7 +19,7 @@ Quick reference for the odoc language!
19
19
A second paragraph}}
20
20
{tr
21
21
{th {{!odoc_for_authors.sections}Headings}}
22
- {td {[
22
+ {td {@text [
23
23
{1 Title}
24
24
{2 Subtitle}
25
25
{3 Subsubtitle}
@@ -31,7 +31,7 @@ Quick reference for the odoc language!
31
31
32
32
Standalone pages must start with a [0] heading:
33
33
34
- {[
34
+ {@text [
35
35
{0 Page big title}
36
36
]}}
37
37
{td
@@ -43,15 +43,15 @@ Quick reference for the odoc language!
43
43
See {%html:<a href="#my_id">Referenceable title</a>%}}}
44
44
{tr
45
45
{th {{!odoc_for_authors.basics}Bold, italic and emphasis}}
46
- {td {[{b bold} text, {e italic text}, {e emphasized} text]}}
46
+ {td {@text [{b bold} text, {e italic text}, {e emphasized} text]}}
47
47
{td {b bold} text, {e italic text}, {e emphasized} text}}
48
48
{tr
49
49
{th {{!odoc_for_authors.basics}Subscripts and superscript}}
50
- {td {[H{_ 2}O and 1{^ st}]}}
50
+ {td {@text [H{_ 2}O and 1{^ st}]}}
51
51
{td H{_ 2}O and 1{^ st}}}
52
52
{tr
53
53
{th {{!odoc_for_authors.links_and_references}Link} }
54
- {td {[
54
+ {td {@text [
55
55
Here is a link: {:https://www.example.com}.
56
56
57
57
You can also click {{:https://www.example.com}here}.]}}
@@ -61,7 +61,7 @@ Quick reference for the odoc language!
61
61
You can also click {{:https://www.example.com}here}.}}
62
62
{tr
63
63
{th {{!odoc_for_authors.links_and_references}References} }
64
- {td {[
64
+ {td {@text [
65
65
See {!Odoc_odoc.Compile.compile}.
66
66
67
67
See {{!Odoc_odoc.Compile.compile}this function}.
@@ -75,7 +75,7 @@ Quick reference for the odoc language!
75
75
See {{!odoc_for_authors.links_and_references}this section} for the syntax of references.}}
76
76
{tr
77
77
{th {{!odoc_for_authors.lists}Lists} }
78
- {td {[
78
+ {td {@text [
79
79
- First item
80
80
- Second item
81
81
@@ -145,7 +145,7 @@ Quick reference for the odoc language!
145
145
{td {v verbatim text v}}}
146
146
{tr
147
147
{th {{!odoc_for_authors.math}Math} }
148
- {td {[
148
+ {td {@text [
149
149
For inline math: {m \sqrt 2}.
150
150
151
151
For display math:
@@ -159,7 +159,7 @@ Quick reference for the odoc language!
159
159
{math \sqrt 2}}}
160
160
{tr
161
161
{th {{!odoc_for_authors.tables}Table} }
162
- {td {[
162
+ {td {@text [
163
163
Light syntax:
164
164
165
165
{t | Header 1 | Header 2 |
0 commit comments