We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
In Asciidoctor to produce single and double curved quotation marks you can use this special syntax:
So the backtick should not be considered as starting or ending of a piece of code.
Consider this small Asciidoc file:
= Title This is a string: "`Hello world`"! This is a text. The letter '`a`' is a vowel.
This is how vim-asciidoctor highlights the file:
vim-asciidoctor
But it is wrong!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
In Asciidoctor to produce single and double curved quotation marks you can use this special syntax:
So the backtick should not be considered as starting or ending of a piece of code.
Consider this small Asciidoc file:
This is how
vim-asciidoctor
highlights the file:But it is wrong!
The text was updated successfully, but these errors were encountered: