fix: add missing diff syntax highlight (#445)

closes: https://github.com/CaiJimmy/hugo-theme-stack/issues/434
This commit is contained in:
Jimmy Cai
2021-12-28 10:48:22 +01:00
committed by GitHub
parent 359e4b34c1
commit 4e2c8e74be
2 changed files with 103 additions and 90 deletions
@@ -113,6 +113,16 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
</html>
{{< /highlight >}}
#### Diff code block
```diff
[dependencies.bevy]
git = "https://github.com/bevyengine/bevy"
rev = "11f52b8c72fc3a568e8bb4a4cd1f3eb025ac2e13"
- features = ["dynamic"]
+ features = ["jpeg", "dynamic"]
```
## List Types
#### Ordered List