Generate documentation in markdown from a templated markdown file and LuaCATS-annotations.
# generate documentation (do whenever the source has changed).
emmylua_doc_cli -f json -i test_project -o ./
nvim --clean --headless -l mdgen.lua <template-file> <output-file>For an example see the input in DOC-template.md and test_project/project.lua and the result in DOC.md.