forked from rDrama/rDrama
1
0
Fork 0

allow poetrysperg to skip the linefeeds thing

master
Aevann1 2022-11-01 02:04:37 +02:00
parent f4542db86f
commit 972578e74a
1 changed files with 1 additions and 1 deletions

View File

@ -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)
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)