Remove paragraph thing because it's just broken somehow idc
This commit is contained in:
parent
b025c5d762
commit
4935919adc
|
@ -90,8 +90,6 @@ content = cgi.body {
|
|||
# Extra
|
||||
# - Horizontal rule
|
||||
doc = doc.gsub(/-{3,}/,"<hr />")
|
||||
# - Paragraph separators
|
||||
doc = doc.gsub(/(?<=\n\n)(.*?)(?=\n\n)/m,"<p>\n\\1\n</p>")
|
||||
|
||||
# Parse lists
|
||||
# - Unordered lists
|
||||
|
|
Loading…
Reference in New Issue