mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
============================ Nimrod's documenation system ============================ This folder contains Nimrod's documentation. The documentation is written in a format called *reStructuredText*, a markup language that reads like ASCII and can be converted to HTML, Tex and other formats automatically! Unfortunately reStructuredText does not allow to colorize source code in the HTML page. Therefore a postprocessor runs over the generated HTML code, looking for Nimrod code fragments and colorizing them.