Skip to content

Commit 0530956

Browse files
committed
fix #9: delete 'either'
1 parent c94e1a5 commit 0530956

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/03-mark.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ output. To pass metadata to templates, use the `meta` argument, e.g.,
269269
litedown::mark(..., meta = list(title = "My Title"))
270270
```
271271

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

276276
``` r
277277
options(litedown.html.template = 'path/to/my/template.html')

0 commit comments

Comments
 (0)