mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +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,14 +62,14 @@ This theme provides the following shortcodes.
|
|||
- `epigraph`
|
||||
- Description: Create an epigraph with the wrapped text.
|
||||
- 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
|
||||
styled epigraph will be used if the `type` parameter is set to `compact`.
|
||||
- Example:
|
||||
```html
|
||||
```
|
||||
{{% epigraph pre="Author Writer, " cite="Math is Fun" %}}
|
||||
This is an example of an epigraph with some math
|
||||
\\(\mathbb N \subseteq \mathbb R \\)
|
||||
\\( \mathbb N \subseteq \mathbb R \\)
|
||||
to start the beginning of a section.
|
||||
{{% /epigraph %}}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue