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
gfm: true
gfm: true, Not supported for now
~下面是一段 union 类型的示例。~
MARKDOWN_OPTIONS = Markd::Options.new(smart: true, gfm: true) Markd.to_html(text, options: MARKDOWN_OPTIONS)
Above will generate following <del> tag like following:
<del>
The text was updated successfully, but these errors were encountered:
Yeah the README and documentation need to be updated. Look at the recently closed PRs for an accurate sense of what features are supported
Sorry, something went wrong.
BTW, toc feature will supported too after #69 merged
Once the tables PR gets merged I can do a quick rundown of the docs (or rather in a couple of weeks, I am going on vacation)
No branches or pull requests
Above will generate following
<del>
tag like following:The text was updated successfully, but these errors were encountered: