aboutsummaryrefslogtreecommitdiff
path: root/mardown/ast_paragraph.go
AgeCommit message (Expand)Author
2025-10-02fix(markdown): no error on bad code block posAnhgelus Morhtuuzh
2025-10-02feat(markdown): custom error displayAnhgelus Morhtuuzh
2025-10-02fix(markdown): bad list parsingAnhgelus Morhtuuzh
2025-10-02feat(markdown): support external link and image (without source)Anhgelus Morhtuuzh
2025-10-02feat(markdown): support escapeAnhgelus Morhtuuzh
2025-10-01feat(markdown): support listAnhgelus Morhtuuzh
2025-10-01feat(markdown): rewrite modifier parser to construct a better treeAnhgelus Morhtuuzh
2025-10-01feat(markdown): trim space in top levelAnhgelus Morhtuuzh
2025-10-01feat(markdown): replace line break by space in paragraphAnhgelus Morhtuuzh
2025-10-01fix(markdown): not stopping paragraph after 2 lbAnhgelus Morhtuuzh
2025-10-01fix(markdown): paragraph parse always skip one charAnhgelus Morhtuuzh
2025-09-30feat(markdown): code block and better handle of inline codeAnhgelus Morhtuuzh
2025-09-30feat(markdown): quoteAnhgelus Morhtuuzh
2025-09-30fix(markdown): wrong return in lexer nextAnhgelus Morhtuuzh
2025-09-30feat(markdown): ast supports modifierAnhgelus Morhtuuzh
2025-09-30refactor(markdown): use paragraph for headerAnhgelus Morhtuuzh
2025-09-30refactor(markdown): create top layer type paragraphAnhgelus Morhtuuzh