aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-02-24 23:12:40 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-02-24 23:12:40 +0100
commit699f4b4032431fbd7f4fbf13fe9e2b085225b215 (patch)
tree3a8b605f56a4c05384abd21d6e58e7017f55ed7e /man
parent2ae2d648ab0bd5340ca1342c97d704b2d4ce948c (diff)
downloadblogc-699f4b4032431fbd7f4fbf13fe9e2b085225b215.tar.gz
blogc-699f4b4032431fbd7f4fbf13fe9e2b085225b215.tar.bz2
blogc-699f4b4032431fbd7f4fbf13fe9e2b085225b215.zip
blogc: content: do not escape inline code
this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code
Diffstat (limited to 'man')
-rw-r--r--man/blogc-source.7.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/blogc-source.7.ronn b/man/blogc-source.7.ronn
index 06f2f20..56fa552 100644
--- a/man/blogc-source.7.ronn
+++ b/man/blogc-source.7.ronn
@@ -219,6 +219,9 @@ Code is defined with 1 or 2 '`' before and after the text.
This is inline code: `code`
This is inline code: ``code``
+The later form is particularly useful when a '`' is part of the code, because
+escaping delimiters with '\' is not possible.
+
### Images
Images are defined using the following syntax: