Skip to content

Commit

Permalink
Merge pull request #138 from deining/fix-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Jan 14, 2024
2 parents 0204407 + b56f4bb commit 15370e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ Make sure to enable JSON in outputs array.
home = ["HTML", "RSS", "JSON"]
```

### Latex
### LaTeX

Enable Mathematical options: set `math: true` in your markdown frontmatter
Enable mathematical options: set `math: true` in your markdown frontmatter

### Google Analytics

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/de/page/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords: ["about-us", "about-hugo", "contact"]
type: about
---

Hugo wurde in Go geschrieben und ist ein Open-Source-Generator für statische Sites, der unter der [Apache License 2.0.] (https://github.com/gohugoio/hugo/blob/master/LICENSE) verfügbar ist. Hugo unterstützt TOML-, YAML- und JSON-Datendateitypen , Markdown- und HTML-Inhaltsdateien und verwendet Shortcodes, um Rich Content hinzuzufügen. Andere bemerkenswerte Funktionen sind Taxonomien, mehrsprachiger Modus, Bildverarbeitung, benutzerdefinierte Ausgabeformate, HTML/CSS/JS-Minifizierung und Unterstützung für Sass SCSS-Workflows.
Hugo wurde in Go geschrieben und ist ein Open-Source-Generator für statische Sites, der unter der [Apache License 2.0](https://github.com/gohugoio/hugo/blob/master/LICENSE) verfügbar ist. Hugo unterstützt TOML-, YAML- und JSON-Datendateitypen , Markdown- und HTML-Inhaltsdateien und verwendet Shortcodes, um Rich Content hinzuzufügen. Andere bemerkenswerte Funktionen sind Taxonomien, mehrsprachiger Modus, Bildverarbeitung, benutzerdefinierte Ausgabeformate, HTML/CSS/JS-Minifizierung und Unterstützung für Sass SCSS-Workflows.

Hugo nutzt eine Vielzahl von Open-Source-Projekten, darunter:

Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/en/blog/math-typesetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ In this example we will be using [KaTeX](https://katex.org/)
{{ end }}
```
- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
- To enable KaTex on a per page basis include the parameter `math: true` in content files
- To enable KaTeX globally set the parameter `math` to `true` in a project's configuration
- To enable KaTeX on a per page basis include the parameter `math: true` in content files
**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
Expand Down

0 comments on commit 15370e1

Please sign in to comment.