Closed chipsenkbeil closed 1 year ago
If you include any markdown file it’ll generate one vimdoc file.
This is an example of how to include a file called README.md.
Markdown content here.
```{.include}
README.md
More markdown content here.
Paths are resolved at the directory from this the script is invoked.
You can run the script individually on different Markdown files if you want to generate separate vimdoc files.
Ah, just found that section in your docs! Thanks!
Great! Glad that works for you!
There's mention in the readme about support for multiple markdown files, but I can't figure out how that would work. Do you provide a list of files to the
pandoc
field and it merges them into a single vimdoc file? Or will it generate a vimdoc file per markdown file?