mdx_linkify icon indicating copy to clipboard operation
mdx_linkify copied to clipboard

Link recognition for Python Markdown

Results 2 mdx_linkify issues
Sort by recently updated
recently updated
newest added

After update to 2.0 i encountered a strange bug, sometimes, very rarely, linkify fails with following traceback: ``` ... File "markdown/core.py", line 292, in convert output = pp.run(output) File "mdx_linkify/mdx_linkify.py",...

if I write something like: ``` `Uint` ``` It will eventually render as: ``` Uint<LIMBS> ``` but with this extension it renders as: ``` Uint<LIMBS> ``` which displays as Uint<LIMBS>...