all repos — pandoc-mycomarkup @ main

498191a8
Add license

FossilOrigin-Name: 04b94bc6ed29c123c25579bdbfc8f7a3a0248fb8711e7173c32f716513244251
wing
Sun, 01 Oct 2023 17:20:56 +0000
6b60f4ba
init

FossilOrigin-Name: baea440a36428f16539c36d5d0853f6d55081d9b3049cd67c06ebaa314cea7a7
wing
Thu, 10 Aug 2023 18:03:07 +0000
f46392b5
initial empty check-in

FossilOrigin-Name: 634d1b3e3687ce04bed6c479c11ff3657631a0052091b3df0910d006d4ab0030
wing
Thu, 10 Aug 2023 18:01:57 +0000

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

clone
git clone https://git.feather.onl/pandoc-mycomarkup