mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 07:27:19 -04:00
Minor style updates (#102)
* Remove extra space above H2s * Use vertical line to prefix blockquote * Update statik definitions
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
f828497b2c
commit
27d73ca15b
+1
-1
File diff suppressed because one or more lines are too long
+1
-2
@@ -18,7 +18,6 @@
|
||||
"bold": true
|
||||
},
|
||||
"h2": {
|
||||
"block_prefix": "\n",
|
||||
"prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
@@ -85,7 +84,7 @@
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "> "
|
||||
"indent_token": "│ "
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
|
||||
+1
-2
@@ -18,7 +18,6 @@
|
||||
"bold": true
|
||||
},
|
||||
"h2": {
|
||||
"block_prefix": "\n",
|
||||
"prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
@@ -84,7 +83,7 @@
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "> "
|
||||
"indent_token": "│ "
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
"prefix": "# "
|
||||
},
|
||||
"h2": {
|
||||
"block_prefix": "\n",
|
||||
"prefix": "## "
|
||||
},
|
||||
"h3": {
|
||||
|
||||
Reference in New Issue
Block a user