mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 19:32:35 +02:00
Allow GridBlock titles to use markdown
This commit is contained in:
parent
b2be3331cf
commit
5135138156
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue