o
    \h4                     @   s"   d Z ddlmZ def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   sD   ddddddddd d	dg didg d	ig d
g ddddS )N   TFu   “”‘’z	language-)	
maxNestinghtmllinkifytypographerquotesxhtmlOutbreaks
langPrefix	highlightrules)	normalizeblockinline	text_join)

blockquotecodefenceheadinghr
html_blocklheadinglist	reference	paragraph)
autolink	backticksemphasisentityescapehtml_inlineimagelinknewlinetext)balance_pairsr   fragments_join)r   rules2)corer   r   )options
components r-   r-   r-   a/home/air/segue/gemini/backup/venv/lib/python3.10/site-packages/markdown_it/presets/commonmark.pymake   s$   
r/   N)__doc__utilsr   r/   r-   r-   r-   r.   <module>   s    