svgdx-pandoc 0.2.0

pandoc filter for svgdx codeblocks in Markdown
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "svgdx-pandoc"
version = "0.2.0"
description = "pandoc filter for svgdx codeblocks in Markdown"
authors = ["Ben Bass <benbass@codedstructure.net>"]
repository = "https://github.com/codedstructure/svgdx-pandoc"
keywords = ["pandoc", "svg", "svgdx", "diagrams"]
license = "MIT"
edition = "2021"

[dependencies]
serde_json = "1.0"
svgdx = { version = "0.16.0", default-features = false }
tempfile = "3.14.0"