mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
303 stars 57 forks source link

task lists formatted into negative margin #26

Closed diablodale closed 6 years ago

diablodale commented 6 years ago

Task lists are formatted into the negative margin.

Repo

Below is my list of tasks.

- [ ] test 1
- [ ] test 2 fs sfddsafsdsfg afg afsgfdsg asfgsa afdgafdsgsfdg dfsgdsfg
  sfdg sdfgsdffdsg fda sdf adsfasfas fdsafsadf sadf sadfsadf asdf asf
  saf sadfasdf asdfsadfas fsdafasdf sadfsadf sadfsadf asdfsadf asdf
- [ ] test 3

Errant Result in Preview

image

Expected

Here is the GitHub render. Notice the initial sentence and the tasks are left justified to each other.

Below is my list of tasks.

southrop commented 6 years ago

Correct me if I'm wrong, but this issue looks like a duplicate of #13

diablodale commented 6 years ago

Agreed. My oversight. Sorry.