
Co-authored-by: Marco Borgeaud <89914223+marco-antognini-sonarsource@users.noreply.github.com>
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
$PATH/unbalanced_single_backquotes.adoc:1 Unbalanced code inlining tags.
|
|
If you are trying to write inline code that is glued to text without a space,
|
|
you need to use double backquotes:
|
|
> Replace all `reference`s.
|
|
Will not display correctly. You need to write:
|
|
> Replace all ``reference``s.
|
|
|