Open ZibanPirate opened 3 years ago
This PR fixed the bug reported in #95
The change is adding a _ in src_pseudo_letter regEx, to be able to detect links such as:
_
src_pseudo_letter
which are valid links, see: https://stackoverflow.com/a/2183140/8113942
This PR fixed the bug reported in #95
The change is adding a
_
insrc_pseudo_letter
regEx, to be able to detect links such as:which are valid links, see: https://stackoverflow.com/a/2183140/8113942
type of change: