aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Image.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13A bit more cleanup (#6141)Joseph C. Sible1-3/+3
* Remove unnecessary fmaps and only do toMilliseconds once * Share the input tuple intead of making a new one * Lift return out of if * Simplify case statements * Lift DottedNum out of the case statements * Use st instead of mbs * Use setState instead of updateState now that we have the whole state around
2020-02-12Add Text.Pandoc.Image with unexported svgToPng.John MacFarlane1-0/+40