activescott/agentmarkdown

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

Open

#39 ouverte le 17 sept. 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)TypeScript (3 forks)auto 404
good first issuehelp wanted

Métriques du dépôt

Stars
 (23 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur