Use margins at the document level (versus indent) in default styles (#67)

* Use margins at the document level (versus indent) in default styles

* Fix tests per the style changes in the previous commit
This commit is contained in:
Christian Rocha
2020-05-21 17:03:59 +02:00
committed by GitHub
parent fe80668412
commit e859bb067c
12 changed files with 91 additions and 89 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"document": {
"block_prefix": "\n",
"block_suffix": "\n",
"indent": 2
"margin": 2
},
"block_quote": {
"indent": 1,
+1 -1
View File
@@ -3,7 +3,7 @@
"block_prefix": "\n",
"block_suffix": "\n",
"color": "252",
"indent": 2
"margin": 2
},
"block_quote": {
"indent": 1,
+1 -1
View File
@@ -3,7 +3,7 @@
"block_prefix": "\n",
"block_suffix": "\n",
"color": "234",
"indent": 2
"margin": 2
},
"block_quote": {
"indent": 1,
+1 -1
View File
@@ -2,7 +2,7 @@
"document": {
"block_prefix": "\n",
"block_suffix": "\n",
"indent": 2
"margin": 2
},
"block_quote": {
"indent": 1,