Login
Top-level Files of tip
Login

Files in the top-level directory from the latest check-in


pandoc-myco

This is a custom writer I wrote for pandoc for the mycomarkup language that was made for the mycorrhiza wiki.

I wrote this for my own use and thought I'd share it so that comes with some caveats.

  1. This is really my first time doing anything with lua and I didn't dive very deep into it.
  2. While pandoc can convert many formats from one to another, I only tested this with markdown.
  3. It's a writer only, no reading functionality.
  4. It does what I wanted and not much more.

I didn't implement everything, most functions are there but tables are a big thing I couldn't be bothered figuring out. There's also two functions that are a little hacky.

Take that as you want, feel free to do whatever you want with it.

Usage

pandoc -f markdown -t myco.lua input_file.md -o output_file.myco