chriskonstad / Markright

A simple Markdown preprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markright

This is a Markdown preprocessor that can replace variables in the Markdown with specificed values. The values are specified in a JSON file that is loaded by the program.

Why are you doing this?

I wanted to practice my OCaml and what better way than write and ship a program. Plus I've wanted this feature with Markdown for a while. I also wanted to avoid just using regex for everything because I wanted to try my hand at parsing strings with OCaml.

Homepage

My personal Git server will host the master version of the code, but you can use the Github page, too.

About

A simple Markdown preprocessor

License:MIT License


Languages

Language:OCaml 94.3%Language:Makefile 5.7%