forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/util
Snakes 6c00330042 Fix markdown ordered lists breaking after index.
Previously, Markdown ordered lists in user content (in posts,
comments, previews, etc) would display like this:

    1.
    Foo bar baz.

This is because sanitize populates them as <li><p>Foo bar baz.</p></li>
Rather than mess with the Markdown engine and still not have backwards
compatibility, this has been solved in the frontend using CSS to force
the <p> to display inline.
2022-06-20 20:45:05 -04:00
..
assetcache.html Fix markdown ordered lists breaking after index. 2022-06-20 20:45:05 -04:00
helpers.html templates: Fix improper plurals, create helpers. 2022-06-07 05:26:22 -04:00