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
@@ -42,7 +42,11 @@
|
||||
"format": "Image: {{.text}} -> "
|
||||
},
|
||||
"image": {},
|
||||
"table": {},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "[ ] ",
|
||||
"ticked": "[x] "
|
||||
|
||||
Reference in New Issue
Block a user