developit / developit/preact-markup
Not preserving spaces around <a> tags
Aperta
question
- Lingua principale
- JavaScript
- Stelle
- 207
- Fork
- 27
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.