activescott/agentmarkdown

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

Open

#39 aperta il 17 set 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (3 fork)auto 404
good first issuehelp wanted

Metriche repository

Star
 (23 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

input:

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

actual output:

# heading #

spanpara

span

expected output:

# heading #

span

para

span

Guida contributor