summary refs log tree commit diff stats
path: root/lib/system/channels_builtin.nim
Commit message (Collapse)AuthorAgeFilesLines
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-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 docsflywind2021-09-111-2/+2
|
* rename channels to channels_builtin (#17330)flywind2021-03-121-0/+454
* improve test coverage for isolation * a bit better * rename channels to channels_builtin