panvimdoc
panvimdoc copied to clipboard
Write documentation in pandoc markdown. Generate documentation in vimdoc.
Hey, I'm using panvimdoc for my plugin [snippet-converter.nvim](https://github.com/smjonas/snippet-converter.nvim). Everything works great except that panvimdoc does not handle duplicate tags if there are subsections that occur multiple times in the markdown...
I want to write a vim doc with many (lua) functions for neovim. Is it possible to generate a doc like this? In https://neovim.io/doc/user/api.html * a simple example ``` nvim_win_get_tabpage({window})...
I tried to write tests for #60, but figured out that title tests don't work at all because `remove_first_line` removes the actual title line to test. I can prove it...
I have an issue where code blocks are not displaying correctly in some of my nested lists. I am not sure if this is specific to lists or occurs in...
I've noticed that there is an almost empty commit after any changes that aren't related to documentation:  [this commit](https://github.com/backdround/improved-search.nvim/commit/a0cb32735991275a2d7b74234ad2dfbccde55138) It bothers me a little (I don't like to produce...
If you have an emoji at the end of a line, for example :tada: and the `demojify` flag set, then the next line removes the first space it encounters. ##...
Hi! First of all thank you for this amazing plugin! I noticed that you strip out the backticks of inline code blocks like `test`. Vimdoc actually also supports the same...
In my documentation, I want to have headlines that are the names of my functions and configuration variables. Unfortunately, it looks like these are stripped out such that a headline...
Center a line that was supposed to be centered, but wasn't. I assumed this line was supposed to be centered: `::: center This software is released under a MIT License....