
    ,h4                          d Z ddlmZ defdZy)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            
      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	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/       `/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/markdown_it/presets/commonmark.pymaker2      sc       ! 1% 5
: KL  J!
;= =r0   N)__doc__utilsr   r2   r/   r0   r1   <module>r5      s    >j >r0   