markd icon indicating copy to clipboard operation
markd copied to clipboard

strikethrough feature supported when enable `gfm: true` in the option, but said `gfm: true, Not supported for now` in the README.md?

Open zw963 opened this issue 11 months ago • 3 comments

~下面是一段 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:

Image

zw963 avatar Jan 20 '25 10:01 zw963

Yeah the README and documentation need to be updated. Look at the recently closed PRs for an accurate sense of what features are supported

nobodywasishere avatar Jan 20 '25 14:01 nobodywasishere

BTW, toc feature will supported too after #69 merged

zw963 avatar Feb 11 '25 14:02 zw963

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)

ralsina avatar Feb 24 '25 14:02 ralsina