用于呈现svgbob图的pandoc过滤器

pandoc-svgbob-filter的Python项目详细描述


pandoc svgbob过滤器

用于渲染svgbob的pandoc过滤器

要求

此筛选器需要svgbobrsvg-convertin $PATH

安装

通过pip git安装:

$ pip3 install git+https://github.com/pandocker/pandoc-svgbob-filter.git

样本

[Example](bob.bob){.svgbob font-family="Source Code Pro" font-size=14 stroke-width=2 scale=3}

Example{.svgbob}

选项

OptionDescriptiondefault value
^{}Text will be rendered with this font"Arial"
^{}text will be rendered with this font size14
^{}scale the entire svg (dimensions, font size, stroke width) by this factor1
^{}stroke width for all lines2

用法示例

pandoc README.md -F pandoc-svgbob-filter -o README.html

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在ArrayList中比较数字   java在Kotlin中使异步调用同步   让“Scala编程”junit示例在IntelliJ中工作的java问题   java Servlet侦听器未在ContextListener中设置属性   将Microsoft SQL Server数据库连接到我的Java项目   加载资源时出现java“需要注册工厂”异常   java如何使用POI检查excel中的重复记录?   java如何更改机器生成的代码   java如何确保重写的方法是同步的   用Spring编写Hibernate时的java XML奥秘   java管理mysql数据库中存储的用户权限   java如何运行。来自Javascript的jar方法   java我想在Web应用程序中进行身份验证&对桌面应用程序使用相同的凭据。我该怎么做?