We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bed06 commit c1b76f4Copy full SHA for c1b76f4
1 file changed
website/Application.js
@@ -25,7 +25,7 @@ export default class Application extends React.Component {
25
</Highlight>
26
<p>Choose a highlight.js theme and make sure it's included in your index file.</p>
27
<Highlight language='html'>
28
- {`<link rel='stylesheet' href='https://highlightjs.org/static/demo/styles/railscasts.css' />`}
+ {'<link rel="stylesheet" href="https://highlightjs.org/static/demo/styles/railscasts.css" />'}
29
30
<p>And then use react-highlight.js to display your text like so:</p>
31
0 commit comments