
    dd
                         d Z 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
c            
      F    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)

blockquotecodefenceheadinghr
html_blocklheadinglist	reference	paragraph)
autolink	backticksemphasisentityescapehtml_inlineimagelinknewlinetext)balance_pairsr   text_collapse)r   rules2)corer   r   )options
components r+       >lib/python3.11/site-packages/markdown_it/presets/commonmark.pymaker.      s       ! 1% 5
 
: >>>?      IHH !
 
;= = =r,   N)__doc__r.   r+   r,   r-   <module>r0      s(    > > > > >r,   