billymoon / illiterate

Extract code block from markdown à la coffeescript - but for any language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

illiterate.js

The purpose of this package is to extract code blocks from markdown files, so that you can write your source code in your markdown docs akin to literate coffeescript, but for any language.

The implementation should be fairly robust, relying on a markdown parser rather than indentation.

The self documenting source code should explain the rest in more detail.

About

Extract code block from markdown à la coffeescript - but for any language

License:MIT License


Languages

Language:JavaScript 100.0%