将markdown文本渲染为图片输出
需要额外安装wkhtmltopdf
sudo apt-get install wkhtmltopdf
brew install --cask wkhtmltopdf
配置位于plugins/Markdown2IMG/config.py
img_config: imgkit参数,详见wkhtmltoimage参数
markdown_config: markdown参数,详见python markdown
将markdown文本渲染为图片输出
需要额外安装wkhtmltopdf
sudo apt-get install wkhtmltopdf
brew install --cask wkhtmltopdf
配置位于plugins/Markdown2IMG/config.py
img_config: imgkit参数,详见wkhtmltoimage参数
markdown_config: markdown参数,详见python markdown