Skip to content

Commit 431cb26

Browse files
Use proper header in troubleshooting page (#12651)
Co-authored-by: Armand Philippot <[email protected]>
1 parent f4b6ab6 commit 431cb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en/guides/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ You may notice an imported component's `<style>` tag included in your HTML sourc
186186

187187
Astro's build process works on the module graph: once a component is included in the template, its `<style>` tag is processed, optimized, and bundled, whether it appears in the final output or not.
188188

189-
## Escaping special characters in Markdown
189+
### Escaping special characters in Markdown
190190

191191
Certain characters have a special meaning in Markdown. You may need to use a different syntax if you want to display them. To do this, you can use [HTML entities](https://developer.mozilla.org/en-US/docs/Glossary/Entity) for these characters instead.
192192

0 commit comments

Comments
 (0)