You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/markdown.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ meta:
10
10
11
11
## Header Anchors
12
12
13
-
Headers automatically get anchor links applied. Rendering of anchors can be configured using the [`markdown.anchor`](./config.md#markdownanchor) option.
13
+
Headers automatically get anchor links applied. Rendering of anchors can be configured using the [`markdown.anchor`](../config/#markdownanchor) option.
14
14
15
15
## Links
16
16
17
17
- Inbound links ending in `.md` or `.html` are converted to `<router-link>` for SPA navigation.
Copy file name to clipboardExpand all lines: docs/guide/using-vue.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Directives also work:
37
37
38
38
### Access to Site & Page Data
39
39
40
-
The compiled component does not have any private data but do have access to the [site metadata](./theming.md#site-and-page-metadata). For example:
40
+
The compiled component does not have any private data but do have access to the [site metadata](./custom-themes.md#site-and-page-metadata). For example:
0 commit comments