vmd
vmd copied to clipboard
Versioned Markdown (VMD) is a definition of a markdown subset, including an implentation of an auto-formatter from the blackfriday markdown parser to a formatted markdown renderer.
vmd remove the `syntax highlighting` ```bash echo "x = $x" ``` vmd => `````` echo "x = $x" ```````
Definition lists are supported by blackfriday2 but vmdfmt destroys them when it reformats a document. Input: ``` Cat : Fluffy animal everyone likes Internet : Vector of transmission for pictures...
Feeding --- - a ``` b c ``` --- into `vmdfmt` spits out --- - a ` b c ` --- Not sure this construct should exist in a proper...
re: https://github.com/void-linux/void-docs/issues/286 vmdfmt converts all reference links to inline links and removes link reference tables. The spec does not address reference links at all. My proposal for the spec: -...