mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-07-20 22:32:28 +00:00
Fix typos
This commit is contained in:
parent
3333a4133d
commit
1c11e12bc1
5 changed files with 12 additions and 12 deletions
exampleSite/content/shortcodes
|
@ -15,7 +15,7 @@ This shortcode is fully compatible with Hugo's [`highlight` shortcode](https://g
|
|||
|
||||
It is called interchangeably in the same way as Hugo's own shortcode providing positional parameter or by simply using codefences.
|
||||
|
||||
You are free to also call this shortcode from your own partials. In this case it resembles Hugo's [`highlight` function](https://gohugo.io/functions/highlight/) syntax if you call this shortcode as a partial using compatiblity syntax.
|
||||
You are free to also call this shortcode from your own partials. In this case it resembles Hugo's [`highlight` function](https://gohugo.io/functions/highlight/) syntax if you call this shortcode as a partial using compatibility syntax.
|
||||
|
||||
While the examples are using shortcodes with named parameter it is recommended to use codefences instead. This is because more and more other software supports codefences (eg. GitHub) and so your markdown becomes more portable.
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ $$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \
|
|||
| Name | Default | Notes |
|
||||
|-----------------------|------------------|-------------|
|
||||
| **align** | `center` | Allowed values are `left`, `center` or `right`. |
|
||||
| _**<content>**_ | _<empty>_ | Your formuale. |
|
||||
| _**<content>**_ | _<empty>_ | Your formulae. |
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue