From c253230a25389ebce5972546c32629934a4ddc32 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 21 Dec 2019 20:56:22 -0500 Subject: [PATCH] Copy some changes from the dark style into light and notty --- styles/light.json | 4 ++-- styles/notty.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/light.json b/styles/light.json index 6d4e6cc..7780a07 100644 --- a/styles/light.json +++ b/styles/light.json @@ -65,8 +65,8 @@ "row_separator": "─" }, "task": { - "unticked": "✗ ", - "ticked": "✓ " + "unticked": "[ ] ", + "ticked": "[✓] " }, "strikethrough": { "crossed_out": true diff --git a/styles/notty.json b/styles/notty.json index 072a797..b4529d9 100644 --- a/styles/notty.json +++ b/styles/notty.json @@ -38,7 +38,7 @@ "link_text": {}, "link": {}, "image_text": { - "format": "Image: {{.text}} -> " + "format": "Image: {{.text}} →" }, "image": {}, "table": { @@ -47,8 +47,8 @@ "row_separator": "─" }, "task": { - "unticked": "✗ ", - "ticked": "✓ " + "unticked": "[ ] ", + "ticked": "[✓] " }, "strikethrough": { "block_prefix": "~~",