Skip to content

Commit

Permalink
fix #9: delete 'either'
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jun 11, 2024
1 parent c94e1a5 commit 0530956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/03-mark.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ output. To pass metadata to templates, use the `meta` argument, e.g.,
litedown::mark(..., meta = list(title = "My Title"))
```

If you want to use a custom template file, you can either set the path in the
global option `litedown.FORMAT.template` (where `FORMAT` is the output format
name (`html` or `latex`), e.g., in `.Rprofile`:
If you want to use a custom template file, you can set the path in the global
option `litedown.FORMAT.template` (where `FORMAT` is the output format name
(`html` or `latex`), e.g., in `.Rprofile`:

``` r
options(litedown.html.template = 'path/to/my/template.html')
Expand Down

0 comments on commit 0530956

Please sign in to comment.