diff options
-rw-r--r-- | man/blogc-source.7.ronn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn index c2c0490..c49f3ce 100644 --- a/man/blogc-source.7.ronn +++ b/man/blogc-source.7.ronn @@ -243,6 +243,11 @@ Automatic link is defined with 2 '[' before and 2 ']' after the URL. Line breaks can be added after a paragraph line adding 2 or more white spaces to the end of the line. +### En dashes and Em dashes + +Sequences of 2 '-' characters are converted to an En dash HTML entity. +Sequences of 3 '-' characters are converted to an Em dash HTML entity. + ## BUGS |