mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -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
|
"bold": true
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"block_prefix": "\n",
|
|
||||||
"prefix": "## "
|
"prefix": "## "
|
||||||
},
|
},
|
||||||
"h3": {
|
"h3": {
|
||||||
@@ -85,7 +84,7 @@
|
|||||||
},
|
},
|
||||||
"block_quote": {
|
"block_quote": {
|
||||||
"indent": 1,
|
"indent": 1,
|
||||||
"indent_token": "> "
|
"indent_token": "│ "
|
||||||
},
|
},
|
||||||
"definition_list": {},
|
"definition_list": {},
|
||||||
"definition_term": {},
|
"definition_term": {},
|
||||||
|
|||||||
+1
-2
@@ -18,7 +18,6 @@
|
|||||||
"bold": true
|
"bold": true
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"block_prefix": "\n",
|
|
||||||
"prefix": "## "
|
"prefix": "## "
|
||||||
},
|
},
|
||||||
"h3": {
|
"h3": {
|
||||||
@@ -84,7 +83,7 @@
|
|||||||
},
|
},
|
||||||
"block_quote": {
|
"block_quote": {
|
||||||
"indent": 1,
|
"indent": 1,
|
||||||
"indent_token": "> "
|
"indent_token": "│ "
|
||||||
},
|
},
|
||||||
"definition_list": {},
|
"definition_list": {},
|
||||||
"definition_term": {},
|
"definition_term": {},
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
"prefix": "# "
|
"prefix": "# "
|
||||||
},
|
},
|
||||||
"h2": {
|
"h2": {
|
||||||
"block_prefix": "\n",
|
|
||||||
"prefix": "## "
|
"prefix": "## "
|
||||||
},
|
},
|
||||||
"h3": {
|
"h3": {
|
||||||
|
|||||||
Reference in New Issue
Block a user