Skip to content

Improve Parser

minibikini requested to merge minibikini/auto_linker:improve-parsing into master
  • Fix parsing inside HTML tags: <div class='section'>google.com</div> did work but <div>google.com</div> didn't.
  • Fix links inside nested html (<p><strong>google.com</strong></p>)
  • Do not parse inside <pre> and <code>
  • Add more tests
Edited by minibikini

Merge request reports