egoist/babel-plugin-markdown

Accept markdown-it options from source file

Open

#5 geöffnet am 7. Juli 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (14 Stars) (2 Forks)user submission
enhancementhelp wanted

Beschreibung

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

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

Contributor Guide