Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fix code-block which causes missing docs | flywind | 2021-09-11 | 1 | -2/+2 |
| | |||||
* | rename channels to channels_builtin (#17330) | flywind | 2021-03-12 | 1 | -0/+454 |
* improve test coverage for isolation * a bit better * rename channels to channels_builtin |