Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

md.bash

Some functions to generate markdown in bash.

Why?

Because I often abuse bash and sometimes I want to output HTML. It's easier to output markdown and pass it to pandoc.

How?

$ source src/md.bash
$ { pwd | md_h1 ; for i in *; do printf '%s\n' "$(md_a "$i" <<< "${i%.*}")"; done | md_ul; } | pandoc -t html

About

Some functions to generate markdown in bash

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages