developit / developit/preact-markup
Not preserving spaces around <a> tags
Đang mở
question
- Ngôn ngữ chính
- JavaScript
- Star
- 207
- Fork
- 27
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.