summary refs log tree commit diff stats
path: root/lib/pure/htmlgen.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-1/+2
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-2/+2
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
* remove {.compileTime.} for procs with NimNode: redundant because of tfTrigger...Timothee Cour2021-03-231-2/+2
* Add Portals (#17306)Juan Carlos2021-03-091-0/+4
* use single backtick (#17181)flywind2021-02-241-151/+151
* clean up old codes (#17071)flywind2021-02-171-4/+1
* htmlgen: Add lazy loading (#15986)Juan Carlos2020-11-161-2/+2
* [docs minor] unify generates and Generates (#15434)flywind2020-10-011-110/+110
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-031-4/+4
* fixes #13444Araq2020-02-211-1/+1
* Fix htmlgen html lang (#12668) [backport]Juan Carlos2019-11-151-1/+1
* Fix many broken linksJjp1372019-10-221-1/+1
* Improve htmlgen (#12452)Juan Carlos2019-10-181-0/+194
* minor improvements for htmlgen.nimAndreas Rumpf2019-10-101-4/+8
* [backport] run nimpretty on web stuffnarimiran2019-09-301-5/+5
* htmlgen update; don't use deprecated callsite featureAraq2019-09-211-130/+12
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-1/+2
* HTMLGen Update, Add runnableExamples, Add HTML Tags center, details, dialog, ...Juan Carlos2018-10-091-5/+42
* Update html elements to current html spec (#8791)Nathan Cahill2018-08-311-50/+241
* Update html attrs to current html specNathan Cahill2018-08-261-4/+12
* fix deprecation warnings in asyncmacro and htmlgen (#7573)Arne Döring2018-04-121-1/+2
* Get symbol kind (#7491)Arne Döring2018-04-111-2/+4
* Fixes #4377.Dominik Picheta2017-11-281-2/+2
* get rid of immediate macros in htmlgen moduleArne Döring2017-01-061-75/+75
* fixes #3474Araq2015-10-251-1/+1
* Turn some test outputs into actual testsOleh Prypin2015-04-211-5/+6
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
* Rename PNimrodNode to NimNodedef2015-03-171-89/+89
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1776Araq2014-12-241-1/+1
* big renameAraq2014-08-271-9/+8
* added a warning for htmlgenAraq2014-03-031-3/+8
* case consistency part 7Araq2013-12-281-1/+1
* fixes #393; now works with backticksAraq2013-04-231-1/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-78/+153
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+406