activescott/agentmarkdown

span before p doesn't put a linebreak before the p block

Open

#39 aberto em 17 de set. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (3 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (23 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

input:

<h1>heading</h1>
<span>span<span>
<p>para</p>
<span>span<span>

actual output:

# heading #

spanpara

span

expected output:

# heading #

span

para

span

Guia do colaborador