mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
(Markdown) Reduce quantity of "+" in lower-tier headings
This commit is contained in:
@@ -32,8 +32,8 @@ func glamourStyle(styleName string) []byte {
|
||||
"background_color": "#B16286"
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "+++++",
|
||||
"suffix": "+++++",
|
||||
"prefix": "++",
|
||||
"suffix": "++",
|
||||
"color": "#689D6A"
|
||||
},
|
||||
"h3": {
|
||||
@@ -42,8 +42,8 @@ func glamourStyle(styleName string) []byte {
|
||||
"color": "#458588"
|
||||
},
|
||||
"h4": {
|
||||
"prefix": "+++",
|
||||
"suffix": "+++",
|
||||
"prefix": "+",
|
||||
"suffix": "+",
|
||||
"color": "#D79921"
|
||||
},
|
||||
"h5": {
|
||||
@@ -52,8 +52,6 @@ func glamourStyle(styleName string) []byte {
|
||||
"color": "#98971A"
|
||||
},
|
||||
"h6": {
|
||||
"prefix": "+",
|
||||
"suffix": "+",
|
||||
"color": "#CC241D"
|
||||
},
|
||||
"text": {},
|
||||
|
||||
Reference in New Issue
Block a user