Fix a backtick in ## Markdown Support
There was an apostrophe instead of a backtick, which messed things up.
This commit is contained in:
parent
bf0f1384b9
commit
8bc5f722cc
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue