Skip to content

Commit 13b6b6f

Browse files
committed
Fix link in readme
1 parent 2c1a0ff commit 13b6b6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ File `template.typ` "reads" the content from the `myst.yml` file and makes it av
2424

2525
## Template Options
2626

27-
Template options are specified under the appropriate `exports` entry in the `myst.yml` file, or through utilizing `extends` (see [extends](extends)). When unspecified, default values defined in `style.typ` are used. The available options and types are listed and illustrated in file `example/export.yml`.
27+
Template options are specified under the appropriate `exports` entry in the `myst.yml` file, or through utilizing `extends` (see [extends](#define-options-in-a-separate-file)). When unspecified, default values defined in `style.typ` are used. The available options and types are listed and illustrated in file `example/export.yml`.
2828

2929
The image for `cover` will be placed on the cover page, whereas the image for `logo` will be placed in the header of each content page.
3030

31-
(extends=)
3231
### Define options in a separate file
3332

3433
It is possible to include all options for this template in a separate file using `extends`. This is illustrated in the example book of this repository using file `example/export.yml`, specified in `myst.yml` as follows:

0 commit comments

Comments
 (0)