Minor style updates (#102)

* Remove extra space above H2s
* Use vertical line to prefix blockquote
* Update statik definitions
This commit is contained in:
Christian Rocha
2019-12-19 00:05:16 +01:00
committed by Christian Muehlhaeuser
parent f828497b2c
commit 27d73ca15b
4 changed files with 3 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -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
View File
@@ -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": {},
-1
View File
@@ -11,7 +11,6 @@
"prefix": "# " "prefix": "# "
}, },
"h2": { "h2": {
"block_prefix": "\n",
"prefix": "## " "prefix": "## "
}, },
"h3": { "h3": {