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
## Details
Request: #343
Adds `icon` & `highlight` values to `indent` configuration. By default
the `icon` is set to the empty string resulting in no change.
However when an `icon` is provided, for example:
```lua
require('render-markdown').setup({
indent = {
enabled = true,
per_level = 4,
icon = '▎',
},
})
```
We end up with behavior similar to `indent-blankline.nvim`, where each
set of 4 spaces starts with the configured icon, giving a quick visual
of how far indented the current section is. The icon is not limited to
one character, but users will likely choose one that is, otherwise
things get cluttered rather quickly.
- update `lazy` preset to match `LazyVim`[4a28c13](https://github.com/MeanderingProgrammer/render-markdown.nvim/commit/4a28c135bc3548e398ba38178fec3f705cb26fe6)
17
+
- latex position below [#347](https://github.com/MeanderingProgrammer/render-markdown.nvim/issues/347)
0 commit comments