Skip to content

Commit

Permalink
🔧 fixing Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 16, 2024
1 parent 69417c9 commit d2a01e4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## Breaking Change (from v2.0.0)
- Bumping minimum hugo version to `v0.122.0 extended`.

### Added
- Added support for Latex rendering
Use it by setting the following in the frontmatter of the page where it's needed:
```yaml
params:
math: true
```
Add the following to your `hugo.yaml` config in order to get the nessecary markup config for Latex rendering and inline images:
```yaml
markup:
_merge: deep
```

### Fixed
- Fixed an issue where inline code blocks would be rendered with quotes.

Expand Down

0 comments on commit d2a01e4

Please sign in to comment.