markdown_it.presets package¶
- class markdown_it.presets.gfm_like[源代码]¶
基类:
object
GitHub Flavoured Markdown (GFM) like.
This adds the linkify, table and strikethrough components to CommmonMark.
Note, it lacks task-list items and raw HTML filtering, to meet the the full GFM specification (see https://github.github.com/gfm/#autolinks-extension-).