Skip to content

Commit

Permalink
fix: HTML 埋め込みのサンプル HTML を最新の Section 仕様に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Mar 9, 2024
1 parent e9d2b95 commit 18216f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/ja/vfm.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ display: $$1 + 1 = 2$$

```html
<div class="custom">
<section id="heading" class="level1">
<h1>Heading</h1>
<section class="level1" aria-labelledby="heading">
<h1 id="heading">Heading</h1>
</section>
</div>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/vfm.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ It also outputs `<script>` for processing MathJax if `math` is enabled and the m

```html
<div class="custom">
<section id="heading" class="level1">
<h1>Heading</h1>
<section class="level1" aria-labelledby="heading">
<h1 id="heading">Heading</h1>
</section>
</div>
```
Expand Down

0 comments on commit 18216f1

Please sign in to comment.