Skip to content

Commit 30e82be

Browse files
Minor edits to README
1 parent aa9e871 commit 30e82be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Plugin to improve viewing Markdown files in Neovim
1919
- [markdown](https://github.com/tree-sitter-grammars/tree-sitter-markdown) parser for
2020
[treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Used to parse
2121
`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
2424

2525
# Install
2626

@@ -99,6 +99,7 @@ require('render-markdown').setup({
9999
-- Used when displaying non header rows in a markdown table
100100
row = 'Normal',
101101
},
102+
-- Used when displaying LaTeX
102103
latex = 'Special',
103104
},
104105
})

0 commit comments

Comments
 (0)