Skip to content

Commit

Permalink
ref(math-renderer): modularize image generation to make way for typst
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed May 29, 2024
1 parent 72da6e0 commit 0905775
Show file tree
Hide file tree
Showing 4 changed files with 617 additions and 548 deletions.
6 changes: 3 additions & 3 deletions lua/neorg/modules/core/highlights/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ module.config.public = {
escape = "+@type",
},

-- Rendered Latex, this will dictate the foreground color of latex images rendered via
-- core.latex.renderer
-- Rendered Latex, this will dictate the foreground color of math images rendered via
-- core.math.renderer
rendered = {
latex = "+Normal",
math = "+Normal",
},
},

Expand Down
Loading

0 comments on commit 0905775

Please sign in to comment.