File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Plugin to improve viewing Markdown files in Neovim
19
19
- [ markdown] ( https://github.com/tree-sitter-grammars/tree-sitter-markdown ) parser for
20
20
[ treesitter] ( https://github.com/nvim-treesitter/nvim-treesitter ) : Used to parse
21
21
` markdown ` files
22
- - [ pylatexenc] ( https://pypi.org/project/pylatexenc/ ) to transform ` LaTeX ` strings to
23
- appropriate unicode using ` latex2text ` , not a mandatory dependency
22
+ - [ pylatexenc] ( https://pypi.org/project/pylatexenc/ ) : Used to transform ` LaTeX ` strings
23
+ to appropriate unicode using ` latex2text ` , not a mandatory dependency
24
24
25
25
# Install
26
26
@@ -99,6 +99,7 @@ require('render-markdown').setup({
99
99
-- Used when displaying non header rows in a markdown table
100
100
row = ' Normal' ,
101
101
},
102
+ -- Used when displaying LaTeX
102
103
latex = ' Special' ,
103
104
},
104
105
})
You can’t perform that action at this time.
0 commit comments