Skip to content

ischaojie/mid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mid

Hi! I am mid, I am a ## markdown compiler, you can use me convert markdown document > to html file.

now: under construction !! !

Thanks ply.

Todo

  • mathematical formula support
  • code field support

Feature

  • support '#' for header
  • support '+ - *' for unordered and '1. 2.' for ordered list
  • support '>' for quote
  • support '**' for bold and '*' for italic
  • support '`' for code
  • support '```' for code field
  • support '[]()' for url
  • support '![]()' for image

How to use?

  1. You can used mid on the command line :
> mid <foo.md> <boo.html>

# type mid -h for more information
> mid -h
  1. by api:
html = mid.convert('hakuna.md')
print(html)

##License

MIT

Releases

No releases published

Packages

No packages published

Languages