🔥 Removed unused custom attribute from gist markup
This commit is contained in:
parent
f849934cea
commit
5389e50cca
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const DraftPattern = props => {
|
||||||
raiseEvent={raiseEvent}
|
raiseEvent={raiseEvent}
|
||||||
/>
|
/>
|
||||||
<h2>gist</h2>
|
<h2>gist</h2>
|
||||||
<div className="gatsby-highlight" dataLanguage="json">
|
<div className="gatsby-highlight">
|
||||||
<pre
|
<pre
|
||||||
className="language-json"
|
className="language-json"
|
||||||
dangerouslySetInnerHTML={{ __html: gist }}
|
dangerouslySetInnerHTML={{ __html: gist }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue