我需要将 swagger 文件编译成 html 文件。我愿意:
在 editor.swagger.io 上创建 json 文件。通过命令生成markdown:
widdershins endpoint.json -o ./endpoint.html.md
然后通过命令生成html:
middleman build
然后我将文件复制到 apache,但最终的 html 标记与我预期的完全不同。有时参数部分不存在,或者未显示 POST 参数。有没有兼容性问题?我用
https://github.com/lord/slate https://github.com/Mermade/widdershins