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 (2 Forks)user submission
enhancementhelp wanted

Repository-Metriken

Stars
 (14 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

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

Contributor Guide