aboutsummaryrefslogtreecommitdiff
path: root/markdown
AgeCommit message (Collapse)Author
2025-12-15fix(markdown): adding linebreak at the beginning in multiline code blockAnhgelus Morhtuuzh
create tests for code
2025-12-14feat(markdown): custom replacerAnhgelus Morhtuuzh
2025-12-13refactor(backend): use dom package to render linkAnhgelus Morhtuuzh
2025-12-13fix(markdown): wrong error for bad header numberAnhgelus Morhtuuzh
2025-12-13style(markdown): rename header into headingAnhgelus Morhtuuzh
2025-12-13refactor(markdown): use new dom package to create htmlAnhgelus Morhtuuzh
2025-12-12refactor(frontend): remove JS filesAnhgelus Morhtuuzh
2025-12-10fix(markdown): linebreak not replaced by space when line starts with ↵Anhgelus Morhtuuzh
external considered as literal
2025-12-10fix(markdown): linebreak not replaced by space when line starts with modifierAnhgelus Morhtuuzh
2025-12-10fix(markdown): bad render of external images in rare casesAnhgelus Morhtuuzh
2025-10-06fix(frontend): code multi line does not wrapAnhgelus Morhtuuzh
2025-10-05fix(markdown): missing space after linebreak and linkWilliam Hergès
2025-10-05feat(markdown): smarter lexer for externalWilliam Hergès
2025-10-05feat(backend): add noreferer on external link and move target blankWilliam Hergès
2025-10-04fix(markdown): parsing quote was weirdWilliam Hergès
2025-10-03feat(markdown): eval option to setup custom image source funcWilliam Hergès
2025-10-03fix(markdown): external source never stoppedWilliam Hergès
2025-10-03fix(markdown): stopping paragraph after an inline codeWilliam Hergès
2025-10-02style(markdown): fix typo in package nameAnhgelus Morhtuuzh