diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/commands.doc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 4c3c2fc..0f36e61 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -209,6 +209,8 @@ documentation: \refitem cmdchardot \\\. \refitem cmddcolon \:: \refitem cmdpipe \\| +\refitem cmdndash \\\-- +\refitem cmdmdash \\\--- \endsecreflist The following subsections provide a list of all commands that are recognized by @@ -3077,6 +3079,20 @@ class Receiver for Markdown tables. <hr> +\section cmdndash \\-- + + \addindex \\\-- + This command writes two dashes (\--) to the output. This allows + writing two consecutive dashes to the output instead of one n-dash character (--). + +<hr> +\section cmdmdash \\--- + + \addindex \\\--- + This command writes three dashes (\---) to the output. This allows + writing three consecutuve dashes to the output instead of one m-dash character (---). + +<hr> \htmlonly <center> \endhtmlonly <h2> \htmlonly --- \endhtmlonly |