• Alex Merry's avatar
    Fix id parsing for atx markdown headers · ee830bb8
    Alex Merry authored
    isAtxHeader() parses out the id and the title into the appropriate
    variables.  The subsequent call to extractTitleId() would then have the
    trimmed title (without the id ref) as input, and hence always set id to
    be empty.
    ee830bb8
markdown.cpp 62.3 KB