Edit

kc3-lang/md4c/test

Branch :

  • Show log

    Commit

  • Author : Martin Mitas
    Date : 2022-01-10 11:41:25
    Hash : b42e7f5c
    Message : md_resolve_links: Avoid link ref. def. lookup if... if we know that the bracket pair contains nested brackets. That makes the label invalid anyway, therefore we know that there is no link ref. def. to be found anyway. In case of heavily nested bracket pairs, the lookup could lead to quadratic parsing times. Fixes #172.