markdown.bash icon indicating copy to clipboard operation
markdown.bash copied to clipboard

A Markdown interpreter using only traditional Unix tools

Results 4 markdown.bash issues
Sort by recently updated
recently updated
newest added

I tried something like this on a GitLab build based on Alpine Linux: ``` BODY_SOURCE=$(echo "$BODY_SOURCE" | sh inc/markdown.bash/markdown.sh /dev/stdin) ``` It works on a Void Linux machine just fine,...

Just found this project. Thanks a lot for creating this. I was trying to use code block with 3 backticks (`\`` ... ```) but it doesn't work. Input: ``` echo...

it appears that when trying to parse mdsh.md some thing ... https://github.com/chadbraunduin/markdown.bash/blob/1a7d5a5e6b88fd69a60607cfc64f74dc95e4e730/markdown.sh#L341 is not working correctly .. eg > wget https://github.com/bashup/mdsh/blob/master/mdsh.md > markdown.sh ./mdsh.md ... ```markdown ### @require `@require` *module...