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

Wrong indent for checkbox list #13

Open roytseng-tw opened 6 years ago

roytseng-tw commented 6 years ago

For now it renders like this: image

However, it should look like this: image

mjbvz commented 6 years ago

Please provide the markdown source of your example

csalv5 commented 6 years ago

Same here...

## some title
- [ ] one
- [ ] two

produces incorrect indentation of the list.