mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
Fix typo in README.md
This commit is contained in:
parent
d10f2de3e9
commit
c18c4dbc57
1 changed files with 3 additions and 3 deletions
|
@ -62,11 +62,11 @@ This theme provides the following shortcodes.
|
||||||
- `epigraph`
|
- `epigraph`
|
||||||
- Description: Create an epigraph with the wrapped text.
|
- Description: Create an epigraph with the wrapped text.
|
||||||
- Usage: To include a footer with source attribution, pass in the
|
- Usage: To include a footer with source attribution, pass in the
|
||||||
optional named parameters `pre`, `cite`, `post`. These parameters are
|
optional named parameters `pre`, `cite`, `post`. These parameters
|
||||||
make no styling assumptions, so spacing is important. A more compactly
|
make no styling assumptions, so spacing is important. A more compactly
|
||||||
styled epigraph will be used if the `type` parameter is set to `compact`.
|
styled epigraph will be used if the `type` parameter is set to `compact`.
|
||||||
- Example:
|
- Example:
|
||||||
```html
|
```
|
||||||
{{% epigraph pre="Author Writer, " cite="Math is Fun" %}}
|
{{% epigraph pre="Author Writer, " cite="Math is Fun" %}}
|
||||||
This is an example of an epigraph with some math
|
This is an example of an epigraph with some math
|
||||||
\\( \mathbb N \subseteq \mathbb R \\)
|
\\( \mathbb N \subseteq \mathbb R \\)
|
||||||
|
|
Loading…
Reference in a new issue