sharkdown 0.1.1

Sharkdown is a markdown parser
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: sharkdown
version: "1.0"
author: Matthew Blode <m@blode.co>
about: Sharkdown parser and compiler
args:
    - INPUT:
        about: Sets the input file to use
        required: true
        index: 1
    - OUTPUT:
        about: Sets the output file to use
        required: true
        index: 2