Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: make inline markup more compatible with Markdown (#18053) | Andrey Makarov | 2021-05-21 | 1 | -5/+60 |
| | | | fixes https://github.com/timotheecour/Nim/issues/739 | ||||
* | follow-up #17930 - inline syntax highlighting (#18013) | Andrey Makarov | 2021-05-16 | 1 | -0/+21 |
| | | | | | * follow-up #17930 - inline syntax highlighting * make closure->nimcall | ||||
* | RST opt.list to have priority over def.list (#17845) | Andrey Makarov | 2021-05-15 | 1 | -0/+26 |
| | |||||
* | Fix nim-lang/nimforum#285 - punctuation after URL (#17908) | Andrey Makarov | 2021-05-01 | 1 | -0/+50 |
| | | | | | * Fix nim-lang/nimforum#285 - punctuation after URL * keep only one leaf in a rnStandaloneHyperlink * add more complex URL | ||||
* | more strict RST inline markup parsing (#17827) | Andrey Makarov | 2021-04-29 | 1 | -0/+161 |
| | | | | | * more strict RST inline markup parsing * add test for unexpected bonus * introduce `roPreferMarkdown` | ||||
* | rst indentation fixes (ref #17340) (#17715) | Andrey Makarov | 2021-04-15 | 1 | -1/+184 |
| | |||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -5/+5 |
| | |||||
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ↵ | Timothee Cour | 2020-11-28 | 1 | -0/+1 |
| | | | | | | | output spec (#16151) * fix megatest newlines * still allow missing trailing newline for now but in a more strict way than before | ||||
* | make tests/stdlib tests joinable (#14626) | Timothee Cour | 2020-06-15 | 1 | -0/+6 |
| | | | | | * make tests/stdlib tests joinable * fixup | ||||
* | Rst parser respect `:start-after:` and `:end-before:` in `include` directive ↵ | Kamanji | 2020-01-05 | 1 | -0/+79 |
(#12972) * [FEATURE] rst parser respect :start-after: in include Rst parser now respects `:start-after:` and `:end-before:` attributes for `include` directive. * [DOC] include directive parsing proc update * [TEST] Added unit tests for include rst directive in `rst` module |