forked from MarseyWorld/MarseyWorld
allow poetrysperg to skip the linefeeds thing
parent
f4542db86f
commit
972578e74a
|
@ -89,7 +89,7 @@ css_url_regex = re.compile('url\(\s*[\'"]?(.*?)[\'"]?\s*\)', flags=re.I|re.A)
|
||||||
|
|
||||||
procoins_li = (0,2500,5000,10000,25000,50000,100000,250000)
|
procoins_li = (0,2500,5000,10000,25000,50000,100000,250000)
|
||||||
|
|
||||||
linefeeds_regex = re.compile("([^\n])\n([^\n])", flags=re.A)
|
linefeeds_regex = re.compile("([^\n ])\n([^\n])", flags=re.A)
|
||||||
|
|
||||||
greentext_regex = re.compile("(\n|^)>([^ >][^\n]*)", flags=re.A)
|
greentext_regex = re.compile("(\n|^)>([^ >][^\n]*)", flags=re.A)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue