mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Add default styles for horizontal rule element
This commit is contained in:
@@ -70,5 +70,8 @@
|
||||
},
|
||||
"enumeration": {
|
||||
"format": ". {{.text}}"
|
||||
},
|
||||
"hr": {
|
||||
"format": "\n---\n"
|
||||
}
|
||||
}
|
||||
|
||||
+3
-1
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"document": {
|
||||
"prefix": "\n",
|
||||
"suffix": "\n"
|
||||
},
|
||||
"link": {
|
||||
@@ -52,5 +51,8 @@
|
||||
},
|
||||
"enumeration": {
|
||||
"prefix": ". "
|
||||
},
|
||||
"hr": {
|
||||
"format": "\n---\n"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user