Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 706 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 706 Bytes

md-sh

Minimalistic markdown placeholders filled by shell stdout

Input Markdown file

# Files

<!--- #RUN OUTPUT ls | sed -e 's/^/\* /g' -->
<!--- #ECHO OUTPUT { -->
<!--- #ECHO } -->

Run generator

python ./md-sh.py example.md

Generated Markdown file

# Files

<!--- #RUN OUTPUT ls | sed -e 's/^/\- /g' -->
<!--- #ECHO OUTPUT { -->
- example_gen.md
- example.md
- Makefile
- md-sh.py
- README.md
<!--- #ECHO } -->