19 Commits

Author SHA1 Message Date
4999028cac Fix html stripping related to preview mode (#70)
* Don't strip top level html

* Fix html stripping related to preview mode
2018-01-27 17:08:51 -08:00
45ac20aaa5 fix: Use property initializer syntax to capture proper 'this' context
* Use property initializer syntax to capture proper 'this' context

* Add .gitignore

* Remove debugger

* Remove logs from gitignore

* Remove gitignore completely
2017-09-22 22:35:56 -07:00
4731ce3890 Update to property initializer syntax 2017-09-20 16:40:14 -07:00
ab3b61d580 Fix context binding of 'this' 2017-09-20 16:40:14 -07:00
f5c5f86b24 refactor: Use ES6 classes instead of createClass 2017-05-11 11:06:56 -04:00
d8c1824916 style(eslint): Fix JSX style for new eslint 2017-04-10 18:24:55 -04:00
95c5d705a1 Update for changes in remark (#22) 2017-03-02 14:07:50 -05:00
febfa13608 Update dependencies 2016-07-19 16:20:11 -04:00
ffdf4a6123 Toggle improvements (#17)
* Toggle improvements

* Fix tests
2016-05-20 14:08:29 -04:00
a06e6a8ffa Make build process repeatable. Fixes #7
Previously when you ran `npm run build`, it would change index.html
in a way that prevented you from running `npm run build` again.
This change makes the builder more sophisticated, ensuring that
START and STOP markers stay in the index.html file, letting you
re-run the command.
2016-03-22 11:11:47 -04:00
2364301ee6 Simplify now that remark solves this in core 2016-03-22 10:44:34 -04:00
cfd612c816 single parser 2016-03-18 15:10:48 -07:00
e04af8a627 Use specific highlighters instead of including all of them. Halves the bundle size 2016-03-17 18:29:30 -04:00
8e102dd27d Add ?language= linking [feature] 2016-03-17 14:02:58 -04:00
7e487bc62c Add column-mode toggle 2016-03-14 17:28:09 -04:00
3679b99300 Up-port 2016-03-07 11:20:04 -05:00
e90ffea98b Don't abuse the title attribute 2016-03-03 13:29:47 -08:00
50e96d261f Port scroll improvements 2016-03-03 11:49:57 -08:00
e4f117bf7d First commit: this starts off on a pretty solid foot because we iterated on it a lot already. 2016-03-02 17:40:09 -08:00