U
    Sh4                     @   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
langPrefix	highlightrules	normalizeblockinline	text_joinZ
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   Q/root/rtd-docs/venv/lib/python3.8/site-packages/markdown_it/presets/commonmark.pymake   sN    r   N)__doc__utilsr   r   r   r   r   r   <module>   s   