rspec/rspec-tools/tests/resources/invalid-asciidoc/snapshots/unbalanced_single_backquotes.txt
Fred Tingaud d3cfe19d7e
Fix broken or dangerous backquotes
Co-authored-by: Marco Borgeaud <89914223+marco-antognini-sonarsource@users.noreply.github.com>
2023-10-30 10:33:56 +01:00

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.