github.com/charmbracelet/glamour@v0.7.0/styles/examples/task.style (about)

     1  {
     2      "list": {
     3          "color": "15",
     4          "background_color": "52"
     5      },
     6      "task": {
     7          "ticked": "✓ ",
     8          "unticked": "✗ "
     9      }
    10  }