Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f707d6b

Browse files
gentksbNaturalclar
andauthored
Update docs/docs/mdx/markdown-syntax.md
Co-Authored-By: Jesse Katsumata <[email protected]>
1 parent 97b30f6 commit f707d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/mdx/markdown-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Markdown は Gatsby でウェブサイトにページやポストを書くため
3535
###### 見出し 6
3636

3737
- それぞれの見出し行は等価となる HTML に変換されます
38-
- i.e. `# 見出し 1``<h1>見出し 1</h1>` に変換されます
38+
- 例:`# 見出し 1``<h1>見出し 1</h1>` に変換されます
3939
- それぞれの見出しレベルの正しい使い方については次の資料を参照してください。
4040
[accessibility guidelines](https://www.w3.org/WAI/tutorials/page-structure/headings/) by the World Wide Web Consortium (W3C)
4141
_ヒント: [Gatsby のドキュメント](/contributing/docs-contributions#headings) によると、H1 は Markdown の Frontmatter における `title` 要素をレンダリングする際、すでに使用されています。そのため、Markdown 本文に見出しを記載する際には H2 タグ(つまり `##` )から始めてください。_

0 commit comments

Comments
 (0)