egoist/babel-plugin-markdown

Identify markdown by comments

Open

#4 aberto em 7 de jul. de 2017

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)JavaScript (2 forks)user submission
enhancementhelp wanted

Métricas do repositório

Stars
 (14 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

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

Guia do colaborador