egoist/babel-plugin-markdown

Identify markdown by comments

Open

#4 geöffnet am 7. Juli 2017

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

Beschreibung

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

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

Contributor Guide