Markdown.pl: hook up fragment only link definitions
commitea408f7d29df17eda2cda748960efde855ef90ae
authorKyle J. McKay <mackyle@gmail.com>
Wed, 8 Jul 2020 10:21:14 +0000 (8 03:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 8 Jul 2020 10:21:14 +0000 (8 03:21 -0700)
tree3c58f22d484ba97d79437b955d24d2341a11d49c
parentde1c7f4f1ac7df8c8bbfb5e057a1061cf5767915
Markdown.pl: hook up fragment only link definitions

This works to hook up a fragment link to its section:

    # Section 1

    Link to [Top](#Section_1).

Make the same thing work when written like this:

    # Section 1

    Link to [Top][id].

    [id]: #Section_1

Or even like this:

    # Section 1

    Link to [id].

    [id]: #Section_1

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl