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) { if (title) {
return ( return (
<h2> <h2>
{title} <Marked>{title}</Marked>
</h2> </h2>
); );
} else { } else {