Disable Neovim Latex rendering
This commit is contained in:
@@ -25,13 +25,7 @@ require("render-markdown").setup({
|
|||||||
right_pad = 10,
|
right_pad = 10,
|
||||||
},
|
},
|
||||||
latex = {
|
latex = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
render_modes = false,
|
|
||||||
converter = "latex2text",
|
|
||||||
highlight = "RenderMarkdownMath",
|
|
||||||
position = "above",
|
|
||||||
top_pad = 0,
|
|
||||||
bottom_pad = 0,
|
|
||||||
},
|
},
|
||||||
link = {
|
link = {
|
||||||
custom = {
|
custom = {
|
||||||
|
|||||||
Reference in New Issue
Block a user