The 'marked' markdown processor for Node.js with a simple metadata system added on.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Meta-marked is an extension of the popular 'marked' markdown processor for Node.js that adds support for YAML metadata at the beginning of markdown documents. It parses markdown files containing YAML metadata (delimited by `---` and `...`) and returns an object with the metadata, HTML content, and markdown text. This tool is ideal for developers working with Node.js who need to process markdown documents with embedded metadata, such as documentation generators or static site builders.