You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support toggling inline and block latex individually
## Details
Request: #668
Adds `latex.inline` and `latex.block` which both default to true.
Switching one off (or both though that really would not make sense) will
result in those latex formulas no longer being rendered by this plugin.
Inline is defined as delimitted by `$` and block is delimitted by `$$`
(or more dollar signs).
- add snacks.nvim image as conflict if latex is enabled [dcb7751](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/dcb77511efb1665b5073d8396a0033b3e4d680f6)
15
+
- improvements to testing setup [#666](https://github.com/MeanderingProgrammer/render-markdown.nvim/pull/666)
0 commit comments