summary refs log tree commit diff stats
path: root/lib/pure/htmlgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #13444Araq2020-02-211-1/+1
|
* Fix htmlgen html lang (#12668) [backport]Juan Carlos2019-11-151-1/+1
| | | | | * Fix HTMLGen enable lang on html tag
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* 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
| | | | marquee, picture, slot, summary (#9252)
* 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
| | | | | | * fix deprecation warnings in asyncmacro and htmlgen * removed todo
* 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 ↵Araq2012-08-281-78/+153
| | | | magic to access the invokation AST
* 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