From 699f4b4032431fbd7f4fbf13fe9e2b085225b215 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 24 Feb 2019 23:12:40 +0100 Subject: blogc: content: do not escape inline code this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code --- man/blogc-source.7.ronn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') 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: -- cgit v1.2.3-18-g5258