egoist/babel-plugin-markdown

Identify markdown by comments

Open

#4 opened on Jul 7, 2017

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

Description

const html = `<!-- markdown -->
# hello
`

In this way eslint won't warn you about the undefined variable: markdown.

Contributor guide

Identify markdown by comments · egoist/babel-plugin-markdown#4 | Good First Issue