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
This:
**{{bar 4}}**
is ok but
\style{font-weight:bold;}{ {{bar 4}} }
is not or
@@bold {{bar 4}} @@
The text was updated successfully, but these errors were encountered:
There's a head that doesn't move properly in a corner case
"@@B @@A {{author}} @@\n@@ <!-- html -->\n" |> fd2html
gives
"<div class=\"B\"><div class=\"A\">THE AUTHOR</div></div>THE AUTHOR @@ @@ "
Sorry, something went wrong.
closes #482
5c3c6e7
94aa7fc
No branches or pull requests
This:
is ok but
is not or
The text was updated successfully, but these errors were encountered: