mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
Updated 基于calibre的多格式导出功能配置 (markdown)
@@ -25,6 +25,12 @@ linux下安装Calibre需要依赖 `python2.6`、`libstdc++.so.6.0.17`、`GLIBC 2
|
||||
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
|
||||
```
|
||||
|
||||
手动执行转换程序,查看是否正常转换:
|
||||
|
||||
```
|
||||
ebook-convert test.txt test.pdf
|
||||
```
|
||||
|
||||
Windows 下安装请 [下载](https://calibre-ebook.com/download) 最新版本二进制文件安装即可。
|
||||
|
||||
**已遇到的问题列表:**
|
||||
|
||||
Reference in New Issue
Block a user