markdown_it.presets package#

class markdown_it.presets.gfm_like[source]#

Bases: 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-).

static make() PresetType[source]#

Submodules#