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 (2 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (14 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

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

Contributor guide