Skip to content

RayCC51/md2html.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2html.sh

markdown to html converter written in pure bash

it support extended markdown mattcone/markdown-guide

quick start

./md2html.sh your_file.md > result_file.html

diffrences from mattcone/markdown-guide

  • do not need to escape
    • dot(.) after number inside unordered list. ex) - 1. this is ul
  • does not support
    • emoji shortcode like (:smile:). just use 😀 directly
    • more then 5 backtick codeblock
    • double backtick
    • text above --- or === line does not converted to heading
  • diffrent (-*+) in the same ul is supported

bugs - demo

  • codr
    • double backtick
    • escape special characters automatically
  • list
    • other elements inside the list
  • footnote
    • footnote name with space does not working well
    • note with several lines not working
    • footnote position? to bottom?

About

Extended markdown to HTML converter with pure bash script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors