developit / developit/preact-markup

Not preserving spaces around <a> tags

Open
#10 1 comment 1 reaction 0 assignees View on GitHub
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:

```

1 2 3 4

```
reproduces

```

12 34

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.