aboutsummaryrefslogtreecommitdiff
path: root/mardown/lexer.go
AgeCommit message (Expand)Author
2025-10-02feat(markdown): support * as unordered listAnhgelus Morhtuuzh
2025-10-02fix(markdown): not supporting triple same modifier in a rowAnhgelus 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-01fix(markdown): paragraph parse always skip one charAnhgelus Morhtuuzh
2025-09-30fix(markdown): bad condition in finished lexer and missing return value in astAnhgelus Morhtuuzh
2025-09-30fix(markdown): wrong return in lexer nextAnhgelus Morhtuuzh
2025-09-30feat(markdown): simple ast with header baseAnhgelus Morhtuuzh
2025-09-30feat(markdown): support escapeAnhgelus Morhtuuzh
2025-09-30feat(markdown): support external ref and testAnhgelus Morhtuuzh
2025-09-30feat(markdown): simple lexerAnhgelus Morhtuuzh