NyaaV3/nyaa
TheAMM c2513fd931 Add underline and hilight support to Markdown renderer
++underline++ and ==hilight==, also known as <ins> and <mark>

The markdown-it-ins and markdown-it-mark are not available
on CF's cdnjs, so selfhost them. (They are on jsdeliver, but
it's better to rely on our own host than add another 3rd party.)

Improves visibility (color) of <mark> a bit as well.
2017-12-10 22:59:18 +02:00
..
static Add underline and hilight support to Markdown renderer 2017-12-10 22:59:18 +02:00
templates Add underline and hilight support to Markdown renderer 2017-12-10 22:59:18 +02:00
views Support searching for base32 info hash (BTIH) 2017-11-14 21:27:15 +02:00
__init__.py Exception handling: include a random string to identify stacks from log 2017-09-02 22:18:32 +03:00
api_handler.py Add (optional) validation for minimum anonymous torrent size (#342) 2017-08-19 20:48:08 -04:00
backend.py Implement torrent nuking ability for mods (#377) 2017-10-16 18:17:12 -07:00
bencode.py bencode: fix nontermination on empty or malformed input 2017-07-24 20:53:48 -06:00
email.py [Config change] Password reset by email (#381) 2017-10-08 04:34:40 +03:00
extensions.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
forms.py Torrent validation: explicitly mention missing announce-key 2017-11-13 23:01:58 +02:00
models.py Convert edited timestamp to local time 2017-11-10 05:50:50 +02:00
search.py fix mysql error and bad colors in css 2017-09-19 01:32:45 +02:00
template_utils.py Fix keyError from pop (#407) 2017-11-06 23:52:25 +02:00
torrents.py Refactor into an app factory [2 of 2] (#322) 2017-08-01 21:02:08 +03:00
utils.py [Config change] Upload ratelimit for non-trusted uploaders (#384) 2017-10-09 18:41:18 -07:00