activescott / activescott/agentmarkdown
span before p doesn't put a linebreak before the p block
Open
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
Assessment
This issue has not been assessed yet.