actions-marketplace-validations/panvimdoc
Convert pandoc input to vimdoc output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 26, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/kdheepak_panvimdoc@9d5379b4141f59a8b6f0a79f1d4cfe23e51e6ff0 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vimdoc | Output vimdoc project name | yes | — |
| pandoc | Input pandoc file | yes | README.md |
| version | Vim version | no | NVIM v0.8.0 |
| toc | Table of contents | no | true |
| description | Project description used in title (if empty, uses neovim version and current date) | no | "" |
| titledatepattern | Pattern for the date that used in the title (if empty, uses '%Y %B %d') | no | %Y %B %d |
| demojify | Strip emojis from the vimdoc | no | false |
| dedupsubheadings | Add heading to subheading links | no | true |
| treesitter | Use treesitter for highlighting codeblocks | no | true |
| ignorerawblocks | Ignore raw blocks when generating vimdoc | no | true |
| docmapping | Use h4 headers as mapping docs | no | false |
| docmappingprojectname | Use project name in tag when writing mapping docs | no | true |
| shiftheadinglevelby | Shift heading levels by specified number | no | 0 |
| incrementheadinglevelby | Increment heading levels by specified number | no | 0 |
Outputs
no outputs