Set table separators in default styles

This commit is contained in:
Christian Muehlhaeuser
2019-12-16 21:59:00 +01:00
parent 29ea5f002a
commit fb6c5cdab8
4 changed files with 16 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+5 -1
View File
@@ -61,7 +61,11 @@
"underline": true, "underline": true,
"color": "212" "color": "212"
}, },
"table": {}, "table": {
"center_separator": "┼",
"column_separator": "│",
"row_separator": "─"
},
"task": { "task": {
"unticked": "✗ ", "unticked": "✗ ",
"ticked": "✓ " "ticked": "✓ "
+5 -1
View File
@@ -60,7 +60,11 @@
"underline": true, "underline": true,
"color": "205" "color": "205"
}, },
"table": {}, "table": {
"center_separator": "┼",
"column_separator": "│",
"row_separator": "─"
},
"task": { "task": {
"unticked": "✗ ", "unticked": "✗ ",
"ticked": "✓ " "ticked": "✓ "
+5 -1
View File
@@ -42,7 +42,11 @@
"format": "Image: {{.text}} -> " "format": "Image: {{.text}} -> "
}, },
"image": {}, "image": {},
"table": {}, "table": {
"center_separator": "┼",
"column_separator": "│",
"row_separator": "─"
},
"task": { "task": {
"unticked": "[ ] ", "unticked": "[ ] ",
"ticked": "[x] " "ticked": "[x] "