activescott/agentmarkdown
Vedi su GitHubspan before p doesn't put a linebreak before the p block
Open
#39 aperta il 17 set 2019
good first issuehelp wanted
Metriche repository
- Star
- (23 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
input:
<h1>heading</h1>
<span>span<span>
<p>para</p>
<span>span<span>
actual output:
# heading #
spanpara
span
expected output:
# heading #
span
para
span