Skip to content

Commit

Permalink
Fix bad example
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 26, 2024
1 parent f8f8c57 commit 448972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/markdown/extensions/superfences.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import hello_world

/// html | div.result
```html
<pre id="id" class="highlight"><code class="extra-class language-python linenums">import hello_world</code></pre>
<pre class="highlight"><code id="id" class="language-python extra-class" linenums="1">import hello_world</code></pre>
```
///

Expand Down

0 comments on commit 448972a

Please sign in to comment.