Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-19 | Normalize rewritten image paths with --extract-media. | John MacFarlane | 1 | -1/+2 | |
This change will avoid mixed paths like this one when `--extract-media` is used with a Word file: `![](C:\Git\TIJ4\Markdown/media/image30.wmf)` Instead we'll get `![](C:\Git\TIJ4\Markdown`media`image30.wmf)`. Closes #6761. | |||||
2020-04-17 | Class: generalize PandocIO functions to MonadIO | Albert Krewinkel | 1 | -0/+231 | |