egoist/babel-plugin-markdown

Custom identifier

Open

#3 opened on Jul 7, 2017

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

Description

// .babelrc
{
  "plugins": [
    ["markdown", { "id": "transformMarkdown" }]
  ]
}
// your-app.js
const html = transformMarkdown`# hello`

Contributor guide