File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.0.3.0
5+ Release 1.0.2.1
66---------------
77
88* ` pandoc-plot ` will now only render at most ` N ` figures in parallel, where ` N ` is the number of available CPU cores.
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : pandoc-plot
3- version : 1.0.3.0
3+ version : 1.0.2.1
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
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ module Text.Pandoc.Filter.Plot
109109 )
110110where
111111
112+ import Control.Concurrent (getNumCapabilities )
112113import Data.Functor ((<&>) )
113114import Data.Text (Text , pack , unpack )
114115import Data.Version (Version )
115- import Control.Concurrent (getNumCapabilities )
116116import Paths_pandoc_plot (version )
117117import Text.Pandoc.Definition (Block , Pandoc (.. ))
118118import Text.Pandoc.Filter.Plot.Internal
You can’t perform that action at this time.
0 commit comments