Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Be more tolerant about whitespace #1

Open
jgierer12 opened this issue Jun 11, 2017 · 0 comments
Open

Be more tolerant about whitespace #1

jgierer12 opened this issue Jun 11, 2017 · 0 comments

Comments

@jgierer12
Copy link
Owner

jgierer12 commented Jun 11, 2017

Sometimes, a comment will be edited even if there's nothing to format because extract-gfm always inserts a whitespace after code blocks. For example, this:

```sh
echo "Nothing to format here"
```

will be transformed into this:

```sh
echo "Nothing to format here"
```
    

which will result in an unneccessary edit

Note since #4, this is reversed (always removes newline after a code block if it's not required), but the problem of unneccessary edits still exists. However, with #4 this should be much easier to fix now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant