File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -124,13 +124,8 @@ jobs:
124124 dot -c
125125
126126 choco install --yes --no-progress gnuplot
127- #refreshenv
128- #gnuplot --version
129127
130128 choco install --yes --no-progress asymptote
131- #refreshenv
132- #asy -version
133- #asy -environment
134129
135130 choco install --yes --no-progress plantuml
136131 plantuml -h
Original file line number Diff line number Diff line change 22
33pandoc-plot uses [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html )
44
5+ ## Release 1.8.0
6+
7+ * Added support for [ Asymptote] ( https://asymptote.sourceforge.io/ ) , thanks to a contribution by Michał J. Gajda (#61 ).
8+
59## Release 1.7.0
610
711* Added support for the declarative diagram language [ D2] ( https://d2lang.com/ ) , thanks to a contribution by Sanchayan Maity (#60 ).
Original file line number Diff line number Diff line change @@ -70,8 +70,9 @@ The resulting `output.html` looks like this:
7070 - ` bokeh ` : plots using the [ Bokeh] ( https://bokeh.org/ ) visualization library;
7171 - ` plotsjl ` : plots using the [ Julia ` Plots.jl ` ] ( https://docs.juliaplots.org/latest/ ) package;
7272 - ` plantuml ` : diagrams using the [ PlantUML] ( https://plantuml.com/ ) software suite;
73- - ` sageplot ` : plots using the [ Sage] ( https://www.sagemath.org/ ) software system.
74- - ` d2 ` : plots using [ D2] ( https://d2lang.com/ ) .
73+ - ` sageplot ` : plots using the [ Sage] ( https://www.sagemath.org/ ) software system;
74+ - ` d2 ` : plots using [ D2] ( https://d2lang.com/ ) ;
75+ - ` asymptote ` : plots using [ Asymptote] ( https://asymptote.sourceforge.io/ ) .
7576
7677To know which toolkits are useable on * your machine* (and which ones are
7778not available), you can check with the ` toolkits ` command:
Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ plot-configuration: plot-config.yml
3434 - ` graphviz ` : graphs using [ Graphviz] ( http://graphviz.org/ ) ;
3535 - ` bokeh ` : plots using the [ Bokeh] ( https://bokeh.org/ ) visualization library;
3636 - ` plotsjl ` : plots using the [ Julia ` Plots.jl ` ] ( http://docs.juliaplots.org/latest/ ) package;
37- - ` plantuml ` : diagrams using [ PlantUML] ( https://plantuml.com ) .
37+ - ` plantuml ` : diagrams using [ PlantUML] ( https://plantuml.com ) ;
38+ - ` d2 ` : plots using [ D2] ( https://d2lang.com/ ) ;
39+ - ` asymptote ` : plots using [ Asymptote] ( https://asymptote.sourceforge.io/ ) .
3840
3941## Simple examples
4042
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : pandoc-plot
3- version : 1.7 .0
3+ version : 1.8 .0
44synopsis : A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice.
55description : A Pandoc filter to include figures generated from code blocks.
66 Keep the document and code in the same location. Output is
@@ -19,7 +19,8 @@ tested-with: GHC == 8.10.4,
1919 GHC == 9.2.1 ,
2020 GHC == 9.2.2 ,
2121 GHC == 9.4.4 ,
22- GHC == 9.6.1
22+ GHC == 9.6.1 ,
23+ GHC == 9.6.3
2324extra-source-files :
2425 CHANGELOG.md
2526 LICENSE
You can’t perform that action at this time.
0 commit comments