developit / developit/preact-markup
Not preserving spaces around <a> tags
Open
question
- Dominant language
- JavaScript
- Stars
- 207
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.