activescott/agentmarkdown

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

Open

#39 opened on 2019年9月17日

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)

説明

input:

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

actual output:

# heading #

spanpara

span

expected output:

# heading #

span

para

span

コントリビューターガイド