egoist/babel-plugin-markdown

Accept markdown-it options from source file

Open

#5 opened on Jul 7, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (14 stars) (2 forks)user submission
enhancementhelp wanted

Description

markdown({
  highlight() {}
})`
# hi
`

markdown.external('./foo.md', {
  highlight() {}
})

Contributor guide

Accept markdown-it options from source file · egoist/babel-plugin-markdown#5 | Good First Issue