Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/userGuide/syntax/includes.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ In `reading.md` (note how it reuses content from the `content-fragment.md`):
<include src="content-fragment.md" />
```

In `site.json` we then exclude the fragment from the page generation with [pagesExclude](siteJsonFile.html#pagesexclude):
In `site.json` we then exclude the fragment from the page generation with [pagesExclude](../siteJsonFile.html#pagesexclude):

```json
...
Expand Down
2 changes: 1 addition & 1 deletion docs/userGuide/tipsAndTricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ For HTML elements, the `v-pre` attribute needs to be declared as part of the HTM
{% endraw %}
```

For Markdown elements, the `v-pre` attribute needs to be declared using [`markdown-it-attrs`](formattingcontents.html#classes-attributes-and-amp-identifiers), which allows classes, identifiers, and attributed to be added to Markdown syntax:
For Markdown elements, the `v-pre` attribute needs to be declared using [`markdown-it-attrs`](formattingContents.html#classes-attributes-and-amp-identifiers), which allows classes, identifiers, and attributed to be added to Markdown syntax:

```
{% raw %}
Expand Down