mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 21:06:28 -04:00
22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
{
|
|
"heading": {
|
|
"color": "15",
|
|
"background_color": "57"
|
|
},
|
|
"h1": {
|
|
"prefix": "=> ",
|
|
"suffix": " <=",
|
|
"margin": 2,
|
|
"bold": true,
|
|
"background_color": "69"
|
|
},
|
|
"h2": {
|
|
"prefix": "## ",
|
|
"margin": 4
|
|
},
|
|
"h3": {
|
|
"prefix": "### ",
|
|
"margin": 6
|
|
}
|
|
}
|