Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * Implement Markdown indented code blocks Additional indentation of 4 spaces makes a block an "indented code block" (monospaced text without syntax highlighting). Also `::` RST syntax for code blocks is disabled. So instead of ```rst see:: Some code ``` the code block should be written as ```markdown see: Some code ``` * Migrate RST literal blocks :: to Markdown's ones | ||||
* | follow-up #17692: more inline syntax highlighting (#17837) | Andrey Makarov | 2021-04-29 | 1 | -0/+45 |
| | |||||
* | turn on syntax highlighting in Manual & Tutorial (#17692) | Andrey Makarov | 2021-04-11 | 1 | -0/+6 |
* turn on syntax highlighting in Manual & Tutorial * avoid highlighting of "method" * use relative path * 2 more changes |