fuck you lonami you fucking retard

"but dan made the commit"
fuck you, you dont know shit, lonami came up with the idea to use ++
kate
udf 2019-08-14 23:53:15 +02:00
parent 3178eb5fba
commit 21f80a953d
Signed by: kate
GPG Key ID: F17AECB58C3A3096
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ def parse_snip(m):
# where the parse function takes the match and returns (text, entity)
MATCHERS = [
(DEFAULT_URL_RE, parse_url_match),
(re.compile(r'\+\+(.+?)\+\+'), parse_aesthetics),
(re.compile(r'!\+(.+?)\+!'), parse_aesthetics),
(re.compile(r'~~(.+?)~~'), parse_strikethrough),
(re.compile(r'([^/\w]|^)(/?(r/\w+))'), parse_subreddit),
(re.compile(r'(!\w+)'), parse_snip)