Copy some changes from the dark style into light and notty

This commit is contained in:
Christian Rocha
2019-12-21 20:56:22 -05:00
parent a0197165ae
commit c253230a25
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -65,8 +65,8 @@
"row_separator": "─" "row_separator": "─"
}, },
"task": { "task": {
"unticked": " ", "unticked": "[ ] ",
"ticked": " " "ticked": "[✓] "
}, },
"strikethrough": { "strikethrough": {
"crossed_out": true "crossed_out": true
+3 -3
View File
@@ -38,7 +38,7 @@
"link_text": {}, "link_text": {},
"link": {}, "link": {},
"image_text": { "image_text": {
"format": "Image: {{.text}} -> " "format": "Image: {{.text}} "
}, },
"image": {}, "image": {},
"table": { "table": {
@@ -47,8 +47,8 @@
"row_separator": "─" "row_separator": "─"
}, },
"task": { "task": {
"unticked": " ", "unticked": "[ ] ",
"ticked": " " "ticked": "[✓] "
}, },
"strikethrough": { "strikethrough": {
"block_prefix": "~~", "block_prefix": "~~",