On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Asciimath pandoc filter

A topic by mddigaetano created Aug 27, 2022 Views: 67 Replies: 1
Viewing posts 1 to 2
(+1)

This is not actually a request. I really love your work, it is the best markdown editor I have tried. But I also love pandoc and its features. That's why I implemented a filter to convert untouched markdowns made with DeepDwn to make them compatible. It actually only converts asciimath inlines and blocks, but that's all I needed. I think it could be useful to everyone, so I uploaded the code on Github. It has some issues, but it's something! The repo is https://github.com/mddigaetano/asciimathml-pandocfilter

Very cool, thanks for sharing!