activescott/agentmarkdown
GitHub で見るspan before p doesn't put a linebreak before the p block
Open
#39 opened on 2019年9月17日
good first issuehelp wanted
Repository metrics
- Stars
- (23 stars)
- PR merge metrics
- (PR metrics pending)
説明
input:
<h1>heading</h1>
<span>span<span>
<p>para</p>
<span>span<span>
actual output:
# heading #
spanpara
span
expected output:
# heading #
span
para
span