activescott/agentmarkdown
View on GitHubspan before p doesn't put a linebreak before the p block
Open
#39 opened on Sep 17, 2019
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