duo-labs / duo-labs/markflow

Markflow strips space between two words if they are links

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.