Edit

kc3-lang/md4c/test

Branch :

  • Show log

    Commit

  • Author : Martin Mitas
    Date : 2016-10-14 19:56:05
    Hash : ef5f230f
    Message : Implement permissive autolinks extensions. With MD_FLAG_PERMISSIVEURLAUTOLINKS, we treat not overly complicated URLs as autolinks even without '<' and '>'. With MD_FLAG_PERMISSIVEEMAILAUTOLINKS, we treat not overly complicated e-mail addresses as autolinks even without '<', '>' and without the 'mailto:' scheme. Also expanded md2html utility and tests to cover these.