another fix

This commit is contained in:
Yessiest 2022-09-11 00:15:07 +04:00
parent 7931c29b01
commit e707c36316
2 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,8 @@ content = cgi.body {
# Extra
# - Horizontal rule
doc = doc.gsub(/-{3,}/,"<hr />")
# - Linebreak
doc = doc.gsub("\n\n","<br />\n")
# Parse lists
# - Unordered lists

View File

@ -19,6 +19,7 @@ body {
position: relative;
width: 800px;
margin: 2em auto 0 auto;
min-height: 100%;
background-color: #c0c0c0;
box-shadow: 0 0 15px #000000;
}