mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Set table separators in default styles
This commit is contained in:
+5
-1
@@ -61,7 +61,11 @@
|
||||
"underline": true,
|
||||
"color": "212"
|
||||
},
|
||||
"table": {},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
|
||||
Reference in New Issue
Block a user