5 Commits

Author SHA1 Message Date
Aravinth Manivannan
0b3a43088b
fix: escape contents of code blocks
closes: https://github.com/realaravinth/libmedium/issues/36
2024-06-07 14:20:25 +05:30
Aravinth Manivannan
3343b698aa
chore: linting 2023-02-19 20:08:50 +05:30
Aravinth Manivannan
fc371487fd
feat: add styling for MIXTAPE_EMBED 2023-02-17 18:38:21 +05:30
Aravinth Manivannan
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
realaravinth
bd401d888e
fix: flatten content and then apply markup rules 2022-08-21 23:10:40 +05:30