egoist/babel-plugin-markdown

Accept markdown-it options from source file

Open

#5 aberto em 7 de jul. de 2017

Ver no 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() {}
})

Guia do colaborador