npm / marky-markdown

npm's markdown parser
https://www.npmjs.com/package/@npmcorp/marky-markdown
405 stars 72 forks source link

Github Task lists not working #428

Closed natew closed 6 years ago

natew commented 6 years ago

Version 12.0.0

Input:

- [x] fix old instances of things being kept around after hmr
- [x] Debug prod bundle so you can insert docs
- [ ] Build script prod => electron
- [x] Status exploration
- [x] selectBar button states + deselect on
- [x] UI.Checkbox

queue for next ticket:
 - [ ] :cyclone: typescript-babel to come out
 - [ ] Potentially get store hmr state save once we have that because we have `this.module`

Output:

<p>fix old instances of things being kept around after hmr
Debug prod bundle so you can insert docs
Build script prod =&gt; electron
Status exploration
selectBar button states + deselect on
UI.Checkbox</p>
<p>queue for next ticket:</p>
<p>🌀 typescript-babel to come out
Potentially get store hmr state save once we have that because we have this.module</p>