activescott / activescott/agentmarkdown
span before p doesn't put a linebreak before the p block
Abierto
good first issue
help wanted
- Lenguaje dominante
- TypeScript
- Estrellas
- 23
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
input:
```
heading
span
para
span
```
actual output:
```
# heading #
spanpara
span
```
expected output:
```
# heading #
span
para
span
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.