github.com/charmbracelet/glamour@v0.7.0/styles/examples/heading.style (about) 1 { 2 "heading": { 3 "color": "15", 4 "background_color": "57" 5 }, 6 "h1": { 7 "prefix": "=> ", 8 "suffix": " <=", 9 "margin": 2, 10 "bold": true, 11 "background_color": "69" 12 }, 13 "h2": { 14 "prefix": "## ", 15 "margin": 4 16 }, 17 "h3": { 18 "prefix": "### ", 19 "margin": 6 20 } 21 }