From 8bc5f722ccca68c8b523b2afcc732b463ccabddc Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius Date: Mon, 26 May 2014 21:58:25 +0100 Subject: [PATCH] Fix a backtick in ## Markdown Support There was an apostrophe instead of a backtick, which messed things up. --- doc/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doc.md b/doc/doc.md index 9e3c15d..f3da0df 100644 --- a/doc/doc.md +++ b/doc/doc.md @@ -784,7 +784,7 @@ for larger documents. Even with the default of 'plain' some minimal processing takes place, in particular empty lines are treated as line breaks. If the 'backticks' formatter is used, then it's equivalent to -using 'process_backticks=true` in `config.ld` and backticks will be +using `process_backticks=true` in `config.ld` and backticks will be expanded into documentation links like `@{\ref}` and converted into `ref` otherwise.