activescott/agentmarkdown

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

Open

#39 opened on Sep 17, 2019

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

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide