github.com/charmbracelet/glamour@v0.7.0/styles/pink.json (about) 1 { 2 "document": { 3 "margin": 2 4 }, 5 "block_quote": { 6 "indent": 1, 7 "indent_token": "│ " 8 }, 9 "paragraph": {}, 10 "list": { 11 "level_indent": 2 12 }, 13 "heading": { 14 "block_suffix": "\n", 15 "color": "212", 16 "bold": true 17 }, 18 "h1": { 19 "block_prefix": "\n", 20 "block_suffix": "\n" 21 }, 22 "h2": { 23 "prefix": "▌ " 24 }, 25 "h3": { 26 "prefix": "┃ " 27 }, 28 "h4": { 29 "prefix": "│ " 30 }, 31 "h5": { 32 "prefix": "┆ " 33 }, 34 "h6": { 35 "prefix": "┊ ", 36 "bold": false 37 }, 38 "text": {}, 39 "strikethrough": { 40 "crossed_out": true 41 }, 42 "emph": { 43 "italic": true 44 }, 45 "strong": { 46 "bold": true 47 }, 48 "hr": { 49 "color": "212", 50 "format": "\n──────\n" 51 }, 52 "item": { 53 "block_prefix": "• " 54 }, 55 "enumeration": { 56 "block_prefix": ". " 57 }, 58 "task": { 59 "ticked": "[✓] ", 60 "unticked": "[ ] " 61 }, 62 "link": { 63 "color": "99", 64 "underline": true 65 }, 66 "link_text": { 67 "bold": true 68 }, 69 "image": { 70 "underline": true 71 }, 72 "image_text": { 73 "format": "Image: {{.text}}" 74 }, 75 "code": { 76 "prefix": " ", 77 "suffix": " ", 78 "color": "212", 79 "background_color": "236" 80 }, 81 "code_block": {}, 82 "table": { 83 "center_separator": "┼", 84 "column_separator": "│", 85 "row_separator": "─" 86 }, 87 "definition_list": {}, 88 "definition_term": {}, 89 "definition_description": { 90 "block_prefix": "\n🠶 " 91 }, 92 "html_block": {}, 93 "html_span": {} 94 }