markdown-it-rust / markdown-it-plugins.rs

A markdown-it.rs plugin to process front matter containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match autolink email with `_` before `@`

chrisjsewell opened this issue · comments

e.g. a_b@c.d

Currently, they are matched by back-scanning from @, if the previous sibling is a Text node.
But this does not work with emphasis, which already matches against the _