Markflow strips space between two words if they are links
Open
- Dominant language
- Python
- Stars
- 21
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Input example:
```
Here are [two](https://example.com/) [links](https://example.org/).
```
Output:
```
Here are [two](https://example.com/)[links](https://example.org/).
```
Markflow removes the space between "two" and "links", which should not happen.
Contributor guide
Assessment
This issue has not been assessed yet.