##// END OF EJS Templates
Fixed quotes parsing
neko259 -
r303:db328c65 default
parent child Browse files
Show More
@@ -8,7 +8,7 b' import boards'
8 8
9 9
10 10 AUTOLINK_PATTERN = r'(https?://\S+)'
11 QUOTE_PATTERN = r'^(?<!>)(>[^>]+)$'
11 QUOTE_PATTERN = r'^(?<!>)(>[^>].+)$'
12 12 REFLINK_PATTERN = r'((>>)(\d+))'
13 13 SPOILER_PATTERN = r'%%(.+)%%'
14 14 COMMENT_PATTERN = r'^(//(.+))'
@@ -17,5 +17,4 b''
17 17
18 18 = Bugs =
19 19 [DONE] Fix bug with creating threads from tag view
20
21 [NOT STARTED] Quote characters within quote causes quote parsing to fail
20 [DONE] Quote characters within quote causes quote parsing to fail
General Comments 0
You need to be logged in to leave comments. Login now