dbankier / vscode-instant-markdown

vscode extension for instant markdown previews
53 stars 23 forks source link

[Bug] Previews lacks check lists support #2

Closed luchillo17 closed 7 years ago

luchillo17 commented 8 years ago

So i'm using markdown to create check lists, which expects something like this:

- [x] App shell (is the home page)
- [ ] Angular Universal?
- [x] Lazy loading modules (probably needs SystemJS)
  - [x] Webpack code splitting?
  - [x] Angular 2 Router lazy loading?
- [ ] Offline: Service Worker with precache
- [x] Webpack dev server
- [x] HRM (Hot Module Replacement)
- [ ] Installable (Web app manifest)
- [ ] Testing
- [ ] Static template compilation (wait until Ng2 rc3 release)

The output directly from github is: image But the actual output of your plugin which opens a new tab in browser is: image

dbankier commented 7 years ago

new release closes this

luchillo17 commented 7 years ago

@dbankier Great, thanks.