Skip to content

Run code from a markdown file, print output to stdout.

License

Notifications You must be signed in to change notification settings

carlwoodward/run-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Markdown

Allows you to write markdown that describes from code and run said markdown to see output.

See test/test-markdown.md for an example markdown file.

Getting Started

Install run-markdown:

npm install run-markdown -g

Run it against a markdown file:

run-markdown test.md

Example

Use run markdown on the markdown file below:

And it will output:

hello world

License

MIT

About

Run code from a markdown file, print output to stdout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published