What is the right way to use double colons :: in Asciidoctor?
For example, consider the following document.
----
print a + b <1>
----
<1> Hello this is `1 :: 2`
a test `a :: b`
The line a test a :: bis not included in the output, because the double-colons are parsed as bold, or something along those lines. Using+ ... +`` does not change anything.
What's the right thing to do here?
What is the right way to use double colons
::in Asciidoctor?For example, consider the following document.
The line
a testa :: bis not included in the output, because the double-colons are parsed as bold, or something along those lines. Using+ ... +`` does not change anything.What's the right thing to do here?