Commit 5e71aeb
committed
Fix MDX parsing error in quick-start.md
Escape <head> tag in prose to prevent MDX from expecting closing tag.
Changed "in the <head>:" to "in the `<head>` section:" to use inline code.
This fixes gatsby-plugin-mdx compilation error:
"Expected a closing tag for <head> before the end of paragraph"1 parent d893898 commit 5e71aeb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments