Files
Nim/doc
Andrey Makarov 088487f652 Implement Markdown definition lists (+ migration) (#20333)
Implements definition lists Markdown extension adopted in a few
implementations including:
* [Pandoc](
  https://pandoc.org/MANUAL.html#definition-lists)
* [kramdown](
  https://kramdown.gettalong.org/quickref.html#definition-lists)
* [PHP extra Markdown](
  https://michelf.ca/projects/php-markdown/extra/#def-list)

Also affected files have been migrated.
RST definition lists are turned off for Markdown: this solves the
problem of broken formatting mentioned in
https://github.com/nim-lang/Nim/pull/20292.
2022-09-11 13:52:43 -04:00
..
2022-08-12 14:33:43 -04:00
2022-08-12 14:33:43 -04:00
2022-08-12 14:33:43 -04:00
2022-08-17 15:20:22 -04:00
2022-08-17 15:20:22 -04:00
2022-06-04 07:03:03 +02:00
2022-08-21 16:56:12 -04:00
2022-08-17 15:20:22 -04:00
2022-08-17 15:20:22 -04:00
2022-08-17 15:20:22 -04:00

============================
Nim's documentation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!