summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-30 21:48:45 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-30 21:48:45 +0200
commit3fb8353285c3a9c9dd5be2801cf9134f340489d8 (patch)
treef4014f4fc73f3ab82dd6c43acbfbb6328065619d
parentdc8ff9b27e4db934f4f905488163390edf30f2f0 (diff)
parentf5609ae8922205af512d243abb235ea5176a6ca4 (diff)
downloaddocs-3fb8353285c3a9c9dd5be2801cf9134f340489d8.tar.gz
docs-3fb8353285c3a9c9dd5be2801cf9134f340489d8.tar.bz2
docs-3fb8353285c3a9c9dd5be2801cf9134f340489d8.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
-rw-r--r--design-documents/003-tos-rendering.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/design-documents/003-tos-rendering.rst b/design-documents/003-tos-rendering.rst
index 5f6d8157..52d293c3 100644
--- a/design-documents/003-tos-rendering.rst
+++ b/design-documents/003-tos-rendering.rst
@@ -42,6 +42,27 @@ document" for generating the corresponding legal agreement document in other
formats. However, service providers can also provide custom versions with more
appropriate styling, like a logo in the header of a printable PDF document.
+Markdown Conventions
+--------------------
+
+The ``text/markdown`` document **should** follow
+the `commonmark spec <https://spec.commonmark.org/0.28/>`__.
+Main headlines (level 1) and their following content (until the next main headline)
+will be shown as expandable sections in wallets.
+
+The document **must** begin with a main headline:
+
+.. code-block::
+
+ # First Headline
+
+or
+
+.. code-block::
+
+ First Headline
+ ==============
+
Alternatives
============