U
    ^g4                     @   s"   d Z ddlmZ edddZdS )zCommonmark default options.

This differs to presets.default,
primarily in that it allows HTML and does not enable components:

- block: table
- inline: strikethrough
   )
PresetType)returnc                   C   sj   ddddddddd d	ddd	d
dgidddddddddddg
iddddddddddg
d dd!gd"d#d$S )%N   TFu   “”‘’z	language-)	Z
maxNestinghtmlZlinkifyZtypographerquotesZxhtmlOutZbreaksZ
langPrefixZ	highlightrules	normalizeblockinlineZ	text_join
blockquotecodeZfenceheadinghrZ
html_blockZlheadinglist	referenceZ	paragraphZautolinkZ	backticksZemphasisentityescapeZhtml_inlineimagelinknewlinetextZbalance_pairsZfragments_join)r   Zrules2)corer	   r
   )options
components r   r   r   B/tmp/pip-unpacked-wheel-l8p1c1gx/markdown_it/presets/commonmark.pymake   sN    r   N)__doc__utilsr   r   r   r   r   r   <module>   s   