mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Set table separators in default styles
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+5
-1
@@ -61,7 +61,11 @@
|
||||
"underline": true,
|
||||
"color": "212"
|
||||
},
|
||||
"table": {},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
|
||||
+5
-1
@@ -60,7 +60,11 @@
|
||||
"underline": true,
|
||||
"color": "205"
|
||||
},
|
||||
"table": {},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
|
||||
+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