Skip to content

Commit

Permalink
Update index.html [q]
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa authored Jan 17, 2025
1 parent 9815e3c commit 33b904d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pages/markdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ <h3>GitHub - Mastering Markdown</h3>
| stuff |
| stuff |
</script>
<h2>diff</h2>
<script type="editor" data-lang="sh">

```diff
"dependencies": {
- "fetch": "^6.0.2",
+ "fetch": "^7.0.0",
- "data": "^6.5.0",
+ "data": "^7.0.0",
- "plugin-workbox": "^6.4.1",
+ "plugin-workbox": "^7.0.0",
}
```

// see example: GITHUB_SOURCES_PREFIX/blob/master/pages/markdown/makdown.md
</script>

<h2>Github relative links</h2>
<script type="editor" data-lang="sh">

Expand Down

0 comments on commit 33b904d

Please sign in to comment.