panvimdoc icon indicating copy to clipboard operation
panvimdoc copied to clipboard

Write documentation in pandoc markdown. Generate documentation in vimdoc.

Results 11 panvimdoc issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/kdheepak/panvimdoc/assets/17349169/4d3c021e-8ca9-4d51-83f1-8554a8c054a5) [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....

Vim has a way to provide multi-language documents, that is described in `:h help-translated`. However, translated vimdoc are put in `.*x` file type, with * is for 2-letter language code,...