aboutsummaryrefslogtreecommitdiff
path: root/mardown/ast.go
AgeCommit message (Collapse)Author
2025-09-30feat(markdown): code block and better handle of inline codeAnhgelus Morhtuuzh
2025-09-30feat(markdown): quoteAnhgelus 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-30refactor(markdown): use paragraph for headerAnhgelus Morhtuuzh
2025-09-30refactor(markdown): create top layer type paragraphAnhgelus Morhtuuzh
2025-09-30feat(markdown): set eval return typeAnhgelus Morhtuuzh
2025-09-30feat(markdown): ast for literal and line breakAnhgelus Morhtuuzh
support header in header
2025-09-30feat(markdown): simple ast with header baseAnhgelus Morhtuuzh