Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RST heading improvements (fix #17091) (#17195) | Andrey Makarov | 2021-03-02 | 1 | -5/+7 |
| | |||||
* | make rst.nim use object variant (#17138) | Andrey Makarov | 2021-02-22 | 1 | -21/+49 |
| | | | | | | | * make rst.nim use object variant * add workaround * fix mistake | ||||
* | RST: implement footnotes and citations (#16960) | Andrey Makarov | 2021-02-15 | 1 | -3/+8 |
| | | | | | | | | | * RST: implement footnotes and citations * manual fixup of nimdoc.out.css * remove unused code * shorter printing code * Update lib/packages/docutils/rst.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | rst: single backticks now render correctly in both rst2html and github (#17028) | Timothee Cour | 2021-02-13 | 1 | -0/+1 |
| | | | | | | * rst: `` => ` * support default-role in rst2html * update docstyle regarding single vs double backticks | ||||
* | RST: implement internal targets (#16614) | Andrey Makarov | 2021-01-11 | 1 | -5/+9 |
| | |||||
* | RST: improve line blocks (#16518) | Andrey Makarov | 2020-12-31 | 1 | -2/+3 |
| | |||||
* | RST: implement admonitions (#16438) | Andrey Makarov | 2020-12-27 | 1 | -2/+20 |
| | |||||
* | doc/rst2html: some few fixes for enumerated and bullet lists (#16295) | Andrey Makarov | 2020-12-14 | 1 | -1/+1 |
| | | | | | | | | | | | | * fix bullet/enumarated lists with many blank lines * fix enumerated list parsing * fix parse failure when next line after list empty * implement arbitrary start of enumerator * check that enumerators are in order * remove redundant start=x if x=1 or a * add some doc on implemented features * update start in rst_examples.rst * allow upper-case letters + more docs | ||||
* | rst: add support for markdown tables (#15854) | Miran | 2020-11-10 | 1 | -1/+1 |
| | | | | | | | * rst: add support for markdown tables * change template into proc * don't create unnecessary `seq[string]` | ||||
* | document proper imports, fixes #8164 (#10698) | Miran | 2019-02-19 | 1 | -0/+2 |
| | |||||
* | docgen: support markdown link syntax; enable markdown extensions | Araq | 2019-01-11 | 1 | -0/+3 |
| | |||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | remove deprecated stuff from the stdlib; introduce better deprecation warnings | Araq | 2018-05-05 | 1 | -3/+0 |
| | |||||
* | lib/packages/docutils - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -13/+16 |
| | |||||
* | docutils are gcsafe | Araq | 2015-04-04 | 1 | -41/+42 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -5/+5 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Modify renderRstToJson to use the json library | flaviut | 2014-04-05 | 1 | -18/+17 |
| | |||||
* | Add renderRstToJson in docutils | flaviut | 2014-04-05 | 1 | -0/+25 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -12/+12 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -12/+12 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
| | |||||
* | Adds docutils modules to lib index, fixes :idx: markers. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | Moved packages to lib directory. | Dominik Picheta | 2013-02-25 | 1 | -0/+288 |