mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +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) {
|
||||
return (
|
||||
<h2>
|
||||
{title}
|
||||
<Marked>{title}</Marked>
|
||||
</h2>
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue