Skip to content
/ mdexec Public

Execute shell scripts in markdown files using pandoc.

Notifications You must be signed in to change notification settings

kkourt/mdexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdexec

Execute shell scripts in markdown files using pandoc.

Uses an exec attribute to distinguish executable shell scripts and choose which one to run.

For example, a script can be defined as:

echo "Hello world!"
exit 42

And executed as:

$ mdexec README.md install
Hello World!
$ echo $?
42

About

Execute shell scripts in markdown files using pandoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published