Fix a backtick in ## Markdown Support

There was an apostrophe instead of a backtick, which messed things up.
This commit is contained in:
Ignas Anikevicius 2014-05-26 21:58:25 +01:00
parent bf0f1384b9
commit 8bc5f722cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 `<code>ref</code>`
otherwise.