Edit

kc3-lang/md4c/scripts

Branch :

  • Show log

    Commit

  • Author : Martin Mitáš
    Date : 2024-01-17 02:48:57
    Hash : d955c495
    Message : Rework permissive autolinks. (#220) * We have now dedicated run over the inline marks for them. * We check more throughly whether it really looks as an URL or e-mail address. The old implementation recognized even heavily broken ones. * This allows us to be much more careful in order not to cross already resolved marks. * Share substantial parts of the code between all three types of the permissive autolinks (URL, WWW, e-mail). * Merge their tests into one file, spec-permissive-autolinks.txt. * Add one pathological case which triggered quadratic behavior in the old implementation.