summary refs log tree commit diff stats
path: root/lib/packages
Commit message (Expand)AuthorAgeFilesLines
* fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)ringabout2024-09-181-1/+1
* fixes docgen regression: don't add newLine for code if it's the first line (#...ringabout2024-08-171-1/+4
* chore: fix some typos (#23412)soonsouth2024-03-161-2/+2
* fixes wrong indentation (#23145)ringabout2023-12-311-104/+104
* related #22534; fixes documentation rendering of custom number literal routin...Erich Reitz2023-12-011-11/+12
* complete std prefixes for stdlib (#22887)ringabout2023-10-306-11/+14
* docgen: add Pandoc footnotes (fixes #21080) (#22591)Andrey Makarov2023-09-031-85/+136
* replace `doAssert false` with `raiseAssert` in lib, which works better with s...ringabout2023-08-111-1/+1
* fixes idx properly (#22280)ringabout2023-07-142-10/+13
* Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)Andrey Makarov2023-06-281-10/+34
* fixes :idx: index in in modules (2.0 regression) and in markdown files (pers...ringabout2023-06-222-6/+15
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-1/+1
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-181-13/+17
* Fix option lists with additional indentation in Markdown (#21633)Andrey Makarov2023-04-111-1/+3
* Fix nim doc crash with group referencing & include (#21600)Andrey Makarov2023-04-021-5/+9
* fixes #21232; highlite.getNextToken() returns gtOperator for '/' in C (#21234)ringabout2023-01-081-0/+3
* docgen: implement cross-document links (#20990)Andrey Makarov2023-01-044-176/+452
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-3/+3
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-1/+1
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-122-12/+13
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-4/+4
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-053-19/+22
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-051-1/+1
* Extract markdown/rst doc into separate file (#20404)Andrey Makarov2022-09-221-221/+8
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-113-8/+88
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-3/+3
* 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-044-40/+81
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-91/+97
* move formatfloat out of system (#20195)ringabout2022-08-241-1/+1
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-231-1/+1
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-151-5/+11
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-095-0/+21
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-312-11/+16
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-251-24/+30
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-152-36/+119
* RST: improve simple tables (#19859)Andrey Makarov2022-06-043-80/+209
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-072-32/+51
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-3/+19
* RST: allow empty number-lines directives just like it was done for a decade; ...Andreas Rumpf2022-01-221-1/+2
* make rst thread safe (#19369)flywind2022-01-131-3/+3
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+1
* 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-233-11/+237
* fix nimindexterm in rst2tex/doc2tex [backport] (#19106)Andrey Makarov2021-11-091-1/+1
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-4/+15
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-284-78/+540
* rst: minor fixes (#18960)Andrey Makarov2021-10-063-3/+4
* 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