activescott / activescott/agentmarkdown

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

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
Dominant language
TypeScript
Stars
23
Forks
2
PR merge metrics
No merged PRs in 30d

Description

input:
```

heading


span

para


span
```
actual output:
```
# heading #

spanpara

span
```
expected output:
```
# heading #

span

para

span
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.