Codeblocks¶
This page
Code-block with line numbers¶
Note: When you select code, the linenumbers should not be selected, also they are technically WITHIN the html that is selected. See theme#149.
Select some of the following code to test whether the line number get selected as well.
1This is an example block. Next two line have 'emphasis' background color.
2With another line.
3And a third one.
4
5.. code-block:: rst
6 :caption: Example of 'contents' directive
7 :linenos:
8 :emphasize-lines: 2,3
9 :force:
10
11 This is an example block.
12 With another line.
13 And a third one.