Remove paragraph thing because it's just broken somehow idc

This commit is contained in:
Yessiest 2022-09-10 13:22:55 +04:00
parent b025c5d762
commit 4935919adc
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ content = cgi.body {
# Extra # Extra
# - Horizontal rule # - Horizontal rule
doc = doc.gsub(/-{3,}/,"<hr />") doc = doc.gsub(/-{3,}/,"<hr />")
# - Paragraph separators
doc = doc.gsub(/(?<=\n\n)(.*?)(?=\n\n)/m,"<p>\n\\1\n</p>")
# Parse lists # Parse lists
# - Unordered lists # - Unordered lists