rspec/rspec-tools/tests/resources/invalid-asciidoc/snapshots/wrong_constrained_passthrough.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
293 B
Plaintext

$PATH/wrong_constrained_passthrough.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.