Added smart componenets, page line number highlighting

This commit is contained in:
Scott Tolksdorf
2017-01-22 12:39:06 -05:00
parent 7581d155a6
commit 47396e5c7e
39 changed files with 2028 additions and 119 deletions
@@ -1,7 +1,7 @@
const React = require('react');
const _ = require('lodash');
const cx = require('classnames');
const Markdown = require('naturalcrit/markdown.js');
const Markdown = require('homebrewery/markdown.js');
const PrintPage = React.createClass({
getDefaultProps: function() {