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": "~~",