libmedium/src
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
..
data.rs feat: syntax highlighting for github gists 2022-03-19 12:29:39 +05:30
main.rs fix: flatten content and then apply markup rules 2022-08-21 23:10:40 +05:30
meta.rs feat: bump deps and switch to actix-web-codegen-const-routes 2022-08-21 17:57:45 +05:30
post.rs fix: list formatting 2023-02-17 18:19:30 +05:30
proxy.rs fix: flatten content and then apply markup rules 2022-08-21 23:10:40 +05:30
render_html.rs feat: add syntax highlighting to feature list 2022-04-28 14:41:13 +05:30
routes.rs fetch details from medium endpoint 2021-10-31 15:13:04 +05:30
settings.rs create tmp cache directory if one is not specified 2021-11-02 16:03:10 +05:30