lit-md

0.0.3 • Public • Published

Literate Markdown

Build Status npm Version License

Literate programming done cheaply. Extract indented blocks from Markdown files to produce executable code.

$ npm install lit-md

Usage

$ lit-md < input.js.md > output.js

The input might look like:

Some program
============
 
Add one and one together.
 
    1 + 1
 
That's all!

This outputs:

1 + 1

License

This software is licensed under the GPL v3 license.

Package Sidebar

Install

npm i lit-md

Weekly Downloads

1

Version

0.0.3

License

GPL-3.0

Last publish

Collaborators

  • daliwali