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
The manpage:
## this is `code`
results into this output:
.SH "this is <code>code</code>"
The text was updated successfully, but these errors were encountered:
Yep, that's ugly. Let's fix that.
Will probably need to modify this:
when 'h2' macro 'SH', quote(escape(node.inner_html)) when 'h3' macro 'SS', quote(escape(node.inner_html))
to do a special inline_filter on the contents to remove or process markup instead of just escaping it.
inline_filter
Scheduling for version 0.11.
Sorry, something went wrong.
apjanke
No branches or pull requests
The manpage:
results into this output:
The text was updated successfully, but these errors were encountered: