activescott / activescott/agentmarkdown
span before p doesn't put a linebreak before the p block
Đang mở
good first issue
help wanted
- Ngôn ngữ chính
- TypeScript
- Star
- 23
- Fork
- 2
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
input:
```
heading
span
para
span
```
actual output:
```
# heading #
spanpara
span
```
expected output:
```
# heading #
span
para
span
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.