add colored headlines for markdown
This commit is contained in:
parent
b4b9ecf07b
commit
ab707f7d8f
1 changed files with 11 additions and 1 deletions
|
|
@ -12,6 +12,16 @@ headlines.setup {
|
||||||
"@neorg.headings.4.title",
|
"@neorg.headings.4.title",
|
||||||
"@neorg.headings.5.title",
|
"@neorg.headings.5.title",
|
||||||
"@neorg.headings.6.title"
|
"@neorg.headings.6.title"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
markdown = {
|
||||||
|
headline_highlights = {
|
||||||
|
"@neorg.headings.1.title",
|
||||||
|
"@neorg.headings.2.title",
|
||||||
|
"@neorg.headings.3.title",
|
||||||
|
"@neorg.headings.4.title",
|
||||||
|
"@neorg.headings.5.title",
|
||||||
|
"@neorg.headings.6.title"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue