Skip to content

Commit 0905775

Browse files
committed
ref(math-renderer): modularize image generation to make way for typst
1 parent 72da6e0 commit 0905775

4 files changed

Lines changed: 617 additions & 548 deletions

File tree

lua/neorg/modules/core/highlights/module.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,10 @@ module.config.public = {
368368
escape = "+@type",
369369
},
370370

371-
-- Rendered Latex, this will dictate the foreground color of latex images rendered via
372-
-- core.latex.renderer
371+
-- Rendered Latex, this will dictate the foreground color of math images rendered via
372+
-- core.math.renderer
373373
rendered = {
374-
latex = "+Normal",
374+
math = "+Normal",
375375
},
376376
},
377377

0 commit comments

Comments
 (0)