summary refs log tree commit diff stats
path: root/lib/pure/htmlgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-2/+2
| | | | follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-1/+2
|
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * Implement Markdown indented code blocks Additional indentation of 4 spaces makes a block an "indented code block" (monospaced text without syntax highlighting). Also `::` RST syntax for code blocks is disabled. So instead of ```rst see:: Some code ``` the code block should be written as ```markdown see: Some code ``` * Migrate RST literal blocks :: to Markdown's ones
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-1/+1
| | | | | * nnkArglist => nnkArgList * special case stylecheck:error
* remove {.compileTime.} for procs with NimNode: redundant because of ↵Timothee Cour2021-03-231-2/+2
| | | | tfTriggersCompileTime (#17463)
* Add Portals (#17306)Juan Carlos2021-03-091-0/+4
| | | | | * Add Portals * Add Portals
* 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
| | | | | * [docs] unify generates and Generates * fix typo
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-031-4/+4
| | | | | | | | | | * => supports pragmas & names (+ changed behavior) (x, y: int) is now parsed as (x: int, y: int) instead of (x: auto, y: int) inside => and ->. * fix pragma check * fixes, use since & LHS of -> supports pragmas
* 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