nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.77k stars 333 forks source link

Fixed markdown header colors after re-enabling markdown #495

Closed bjorn closed 1 year ago

bjorn commented 1 year ago

They were getting reset to the defaults when the highlighter was re-created. Fixed by not re-creating the CustomMarkdownHighlighter.

nuttyartist commented 1 year ago

Good catch!