developit / developit/preact-markup
Not preserving spaces around <a> tags
Abierto
question
- Lenguaje dominante
- JavaScript
- Estrellas
- 207
- Forks
- 27
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This:
```
1 2 3
^ spaces ^
```
reproduces
```
123
^ not ^
```
problem only found to be occurring with `` tags so far
Edit: actually I think it's **all** ***nested*** tags, but then spaced *in between* nested tags is still preserved. Here's another case:
```
```
reproduces
```
12 34
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.