jlevy / jlevy/atom-flowmark

Avoid accidental escaped bullet points

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
45
Forks
7
PR merge metrics
No merged PRs in 30d

Description

It's common to see bullet points that are a little off get reflow/remarked as literal dashes. For example something like

```
- Blah blah blah blah blah blah.
- Blah blah.
```

turns into

```
- Blah blah blah blah blah blah.
\- Blah blah.
```

We should figure out a way to make this less common and annoying. It's very rare to have a sentence begin with a literal dash.

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.