I'm switching over from markdown to asciidoc and have a question. In my markdown file, I use backticks to indicate code font (foo.bar()
). When this is converted to html, the text gets placed inside code blocks (foo.bar()
).
How should I format a text fragment in asciidoc if I want it to appear within code blocks when the document is converted to html?