- aaa
- bbb
- 222
- 1111
- ccc
- jjjjjasfoaslkjsaglkasjfas;lkfj
- aaa
- bbb
- aaaa
- aaaa
- abfasbf
- ajjjj
- cccc
- bbbb
- aaaa
- aaaa
- 2222
- 33333
>>> print "This is a doctest block."
This is a doctest block.
- Block quotes are just:
- Indented paragraphs,
- and they may nest.
Header 1 | Header 2 | Header 3 |
---|---|---|
body row 1 | column 2 | column 3 |
body row 2 | Cells may span columns. | |
body row 3 | Cells may span rows. |
|
body row 4 |
aaa
Inputs | Output | |
---|---|---|
A | B | A or B |
False | False | False |
True | False | True |
False | True | True |
True | True | True |
aa
A transition marker is a horizontal line of 4 or more repeated punctuation characters.
A transition should not begin or end a section or document, nor should two transitions be immediately adjacent.
Footnote references, like [5]. Note that footnotes may get rearranged, e.g., to the bottom of the "page".
[5] | A numerical footnote. Note
there's no colon after the ] . |
An "empty comment" does not consume following blocks. (An empty comment is ".." with blank lines before and after.)
So this block is not "lost", despite its indentation.
def my_function():
"just a test"
print 8/2
var f = function(){
console.log("just a test")
};
f();
\alpha _t(i) = P(O_1, O_2, \ldots O_t, q_t = S_i \lambda )
aaa aaa
- bbbb
- cccc
Tutorials:
.. toctree:: :maxdepth: 2 tutorials/getting_started tutorials/custom_types tutorials/yaml_syntax
Articles:
.. toctree:: :maxdepth: 2 articles/spec_differences