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: packages/docs/docs/guide/markdown.md
+6
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,12 @@ VuePress supports redirecting to clean links. If a link `/foo` is not found, Vue
43
43
Regardless of whether the permalink and clean-urls plugins are used, your relative path should be defined by the current file structure. In the above example, even though you set the path of `/foo/one.md` to `/foo/one/`, you should still access `/foo/two.md` via `./two.md`.
44
44
:::
45
45
46
+
### Page Suffix
47
+
48
+
Pages and internal links get generated with the `.html` suffix by default.
49
+
50
+
You can customize this by setting [config.markdown.pageSuffix](../config/README.md#markdown-pagesuffix).
51
+
46
52
### External Links
47
53
48
54
Outbound links automatically get `target="_blank" rel="noopener noreferrer"`:
0 commit comments