Before you can use the EPUB backend, you'll need to actually install it: $ cargo install mdbook-epub Next you need to letmdbookknow to use the alternate renderer by updating yourbook.tomlfile. This is done by simply adding an emptyoutput.epubtable. ...
Pull requests Actions Projects Security Insights Additional navigation options Browse files liul85 authoredJul 19, 2024 Fix mdbook-epub command master(#4) 3a51f2f 6f1b238 File tree README.md 1 file changed +2 -2 lines changed +2-2
不适合做书;gitbook-cli 已不维护;vuepress, vitepress, astro 更像是做通用内容网站,不是专门做书的,而且比较复杂,得懂前端开发;docusaurus 专门做软件文档网站,不是专门做书的,而且比较复杂,得懂前端开发;hugo 虽然有个 book 主题,但比较弱,绝大部分主题只适合做个人博客;mdbook 简单明了,书籍效果很漂亮,但功...
explain how to turn on logging (Michael-F-Bryan#101) 72dc238 dieterplex pushed a commit to dieterplex/mdbook-epub that referenced this issue Dec 31, 2024 explain how to turn on logging (Michael-F-Bryan#101) f4a6e1f dieterplex pushed a commit to dieterplex/mdbook-epub that referenced...
Themdbook-epubexecutable can be run in "standalone" mode. This is where the backend can be used without needing to be called bymdbook, useful if you only want to render the EPUB document. $ mdbook-epub --standalone ./path/to/book/dir ...