Skip to content
/ md Public

C++ binary utility for extracting code blocks from Markdown formatted text streams

License

Notifications You must be signed in to change notification settings

llorella/md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

md

This command line utility extracts code blocks from Markdown files.

Build

To build the md binary, run make. This will create a binary named md in the current directory. The md binary reads a stream of Markdown from stdin and prints the block at user specified index to stdout.

Usage

Pipe the Markdown formatted text to the md binary.

cat how_to_use_nmap_example.md | ./md [block_index] > run_nmap.sh

About

C++ binary utility for extracting code blocks from Markdown formatted text streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published