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
+5 -1
View File
@@ -42,7 +42,11 @@
"format": "Image: {{.text}} -> "
},
"image": {},
"table": {},
"table": {
"center_separator": "┼",
"column_separator": "│",
"row_separator": "─"
},
"task": {
"unticked": "[ ] ",
"ticked": "[x] "