Skip to content
/ lit-md Public

Literate programming with Markdown indentation.

License

Notifications You must be signed in to change notification settings

gr0uch/lit-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Literate programming with Markdown indentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published