mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
added htmlgen to docs
This commit is contained in:
@@ -255,6 +255,10 @@ XML Processing
|
||||
* `htmlparser <htmlparser.html>`_
|
||||
This module parses an HTML document and creates its XML tree representation.
|
||||
|
||||
* `htmlgen <htmlgen.html>`_
|
||||
This module implements a simple XML and HTML code
|
||||
generator. Each commonly used HTML tag has a corresponding macro
|
||||
that generates a string with its HTML representation.
|
||||
|
||||
Cryptography and Hashing
|
||||
------------------------
|
||||
|
||||
@@ -17,6 +17,7 @@ Bugfixes
|
||||
Library Additions
|
||||
-----------------
|
||||
|
||||
- Added the (already existing) module ``htmlgen`` to the documentation.
|
||||
- Added ``system.shallow`` that can be used to speed up string and sequence
|
||||
assignments.
|
||||
- Added ``system.eval`` that can execute an anonymous block of code at
|
||||
|
||||
Reference in New Issue
Block a user