summary refs log tree commit diff stats
path: root/lib/packages/docutils/rstgen.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-061-9/+8
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-2/+4
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-271-32/+21
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-091-0/+5
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-311-1/+1
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-17/+38
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-071-14/+3
* RST: allow empty number-lines directives just like it was done for a decade; ...Andreas Rumpf2022-01-221-1/+2
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-1/+14
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-2/+27
* fix nimindexterm in rst2tex/doc2tex [backport] (#19106)Andrey Makarov2021-11-091-1/+1
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-281-8/+19
* rst: minor fixes (#18960)Andrey Makarov2021-10-061-1/+1
* with this patch :idx: can be used for the index generation for LaTeX (#18946)Andreas Rumpf2021-10-031-1/+1
* [minor] reduce `substr` (#18611)flywind2021-07-301-1/+1
* rst: add missing line/column info for some warnings (#18383)Andrey Makarov2021-07-201-19/+21
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-081-1/+1
* validate rst field for :number-lines:, :status: (#18304)Andrey Makarov2021-06-201-8/+22
* docs: Latex generation improvements (#18141)Andrey Makarov2021-06-011-61/+79
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-141-29/+31
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-4/+14
* restyle RST option lists (#17637)Andrey Makarov2021-04-101-6/+12
* fix :number-lines: regression (#17639)Andrey Makarov2021-04-051-1/+1
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-10/+23
* remove docutils.nimble (not a real nimble package, and affected canonical imp...Timothee Cour2021-03-291-2/+0
* Rst test check messages (fix #17280) (#17338)Andrey Makarov2021-03-171-4/+4
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-2/+6
* RST heading improvements (fix #17091) (#17195)Andrey Makarov2021-03-021-3/+3
* fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim...Timothee Cour2021-02-261-1/+4
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-221-26/+24
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-5/+44
* rst: single backticks now render correctly in both rst2html and github (#17028)Timothee Cour2021-02-131-0/+1
* RST: implement internal targets (#16614)Andrey Makarov2021-01-111-53/+82
* RST: improve line blocks (#16518)Andrey Makarov2020-12-311-2/+14
* RST: implement admonitions (#16438)Andrey Makarov2020-12-271-0/+24
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-141-3/+51
* RST tables: fix latex col number; allow less than three of `=` (#16040)Andrey Makarov2020-12-041-1/+2
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
* move rest of tests to testament (#16140)flywind2020-11-271-6/+0
* rst: add support for markdown tables (#15854)Miran2020-11-101-1/+1
* fixes bootstrapping for any machine that has a Nim already installed [backpor...Andreas Rumpf2020-10-201-7/+6
* fix #6430, support `:target:` for images (#15379)Miran2020-09-211-0/+12
* Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...Juan Carlos2020-06-121-0/+11
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-281-3/+13
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-2/+2
* docgen: fix #14448 show @@ as .. in href text (#14451)Timothee Cour2020-05-251-1/+6
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-1/+1
* Make --backend:cpp|js work for :test: code-blocks as well (#14306)Kaushal Modi2020-05-111-1/+1
* Fix #13631 (#13789)Juan Carlos2020-03-291-2/+2