egoist/babel-plugin-markdown

Custom identifier

Open

#3 opened on 2017年7月7日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)JavaScript (14 stars) (2 forks)user submission
enhancementhelp wanted

説明

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

コントリビューターガイド

Custom identifier · egoist/babel-plugin-markdown#3 | Good First Issue