Skip to content

leonmin/min-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#### MIN-MARKDOWN

手写markdown parser

支持度:

  • h4, h5
  • 列表(有序, 无序)
  • 图片
  • 行内代码, 块状代码
  • 加粗
  • 表格
  • 链接
  • 引用

转化格式: (config.js自定义配置)

  • Javascript => <div>...</div>
  • Taro => <View>...</View>

About

markdown parser using reduce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published