PluginProbe
Code Block Pro – Beautiful Syntax Highlighting / 1.27.6
Code Block Pro – Beautiful Syntax Highlighting v1.27.6
1.27.1 1.27.2 1.27.3 1.27.4 1.27.5 1.27.6 1.27.7 1.28.0 1.3.0 1.4.0 1.5.0 1.5.1 1.5.2 1.6.0 1.7.0 1.8.0 1.9.0 1.9.1 1.9.2 1.9.3 trunk 1.1.0 1.10.0 1.11.0 1.11.1 All 63 releases
code-block-pro / build / shiki / samples / rst.sample

rst.sample in Code Block Pro – Beautiful Syntax Highlighting 1.27.6, at build/shiki/samples/rst.sample

28 lines 608 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 * This is a bulleted list.
2 * It has two items, the second
3 item uses two lines.
4
5 1. This is a numbered list.
6 2. It has two items too.
7
8 #. This is a numbered list.
9 #. It has two items too.
10
11 This is a normal text paragraph. The next paragraph is a code sample::
12
13 It is not processed in any way, except
14 that the indentation is removed.
15
16 It can span multiple lines.
17
18 This is a normal text paragraph again.
19
20 Lorem ipsum [#]_ dolor sit amet ... [#]_
21
22 .. rubric:: Footnotes
23
24 .. [#] Text of the first footnote.
25 .. [#] Text of the second footnote.
26
27 .. From https://devguide.python.org/documentation/markup/
28