Commit graph

5 commits

Author SHA1 Message Date
0b3a43088b
fix: escape contents of code blocks
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
closes: https://github.com/realaravinth/libmedium/issues/36
2024-06-07 14:20:25 +05:30
3343b698aa
chore: linting 2023-02-19 20:08:50 +05:30
fc371487fd
feat: add styling for MIXTAPE_EMBED 2023-02-17 18:38:21 +05:30
bedbef97e8
fix: list formatting
DESCRIPTION
    Medium's array based markup requires the view layer to peek into the
    next element to terminate the previous element's formatting rules.

    So a <ul> element's termination is specified by the appearance of an
    element that isn't a <ul>. This patch maintains state and lazily
    applies formatting rules when termination is detected.
2023-02-17 18:19:30 +05:30
bd401d888e
fix: flatten content and then apply markup rules 2022-08-21 23:10:40 +05:30