Allow GridBlock titles to use markdown

This commit is contained in:
Frank Li 2017-07-20 16:15:04 -07:00
parent b2be3331cf
commit 5135138156

View file

@ -65,7 +65,7 @@ class GridBlock extends React.Component {
if (title) {
return (
<h2>
{title}
<Marked>{title}</Marked>
</h2>
);
} else {