Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Fragile parsing of anchor references #1284

Open
@vdukhovni

Description

@vdukhovni

When an anchor reference appears as the first thing on a line it seems to render verbatim, and one needs to be sure to prepend some other word (reflow the text) to avoid this:

bad:
--  ... blah, blah
-- [strict](#strict) blah

good:
-- ... blah,
-- blah [strict](#strict) blah

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbug:parserBugs related to the parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions