NimYAML/doc
Felix Krause 189844a72b Rewrote large parts of presenter
* PresentationOptions has gained more fine-tuning options:
   * directivesEnd: specifies when `---` is written. ref #135
   * containers: specifies whether containers use block or flow style
   * suppressAddrs: if set, suppresses output of attributes
   * quoting: specifies how strings should be quoted
   * condenseFlow: specifies whether flow sequences should be on a
     single line
   * explicitKeys: specifies whether mapping keys should always have '?'
 * PresentationStyle is now a list of presets that set
   multiple options in PresentationOptions.
 * Does not output trailing spaces anymore. ref #135
 * Writes compact notation, i.e. a mapping in a sequence starts on the
   line with the sequence's `-`, unless attributes are written
 * Added tests for the presenter
 * Existing code might change behavior because of whitespace, `---` and
   compact notation. The API has been extended so that existing code is
   affected as little as possible.
2023-07-31 19:16:24 +02:00
..
snippets/quickstart Rewrote large parts of presenter 2023-07-31 19:16:24 +02:00
api.txt Deprecated DOM API, YamlNode now supported by serialization API 2022-06-05 12:27:19 +02:00
docutils.css Build proper HTML documentation 2016-01-13 23:19:06 +01:00
index.txt Fix link to YAML 1.2 Schema 2019-09-06 16:24:45 +02:00
processing.svg Fixed links in documentation 2016-09-22 14:06:54 +02:00
rstPreproc.nim webdocs: have code always on left side in quickstart 2022-06-04 13:03:49 +02:00
schema.rst Documented !!timestamp 2016-11-08 21:15:14 +01:00
serialization.txt added {.sparse.}. fixes #82 2020-06-26 23:21:22 +02:00
style.css improved webdocs; added nix flake for webdocs 2022-06-04 01:45:41 +02:00
testing.rst improved webdocs; added nix flake for webdocs 2022-06-04 01:45:41 +02:00