mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 20:46:33 +08:00
docs: fix calls to relref #681
This commit is contained in:
parent
16eb8efcac
commit
b600ec3002
@ -182,7 +182,7 @@ Nevertheless, if you're unhappy with the resulting URLs you can manually redefin
|
|||||||
|
|
||||||
## MathJax
|
## MathJax
|
||||||
|
|
||||||
The MathJax configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Math]({{< relref "shortcodes/math" >}}) for additional documentation.
|
The MathJax configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Math]({{% relref "shortcodes/math" %}}) for additional documentation.
|
||||||
|
|
||||||
### Example {#math-example}
|
### Example {#math-example}
|
||||||
|
|
||||||
@ -194,7 +194,7 @@ You also can disable MathJax for specific pages while globally enabled.
|
|||||||
|
|
||||||
## Mermaid
|
## Mermaid
|
||||||
|
|
||||||
The Mermaid configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Mermaid]({{< relref "shortcodes/mermaid" >}}) for additional documentation.
|
The Mermaid configuration parameters can also be set on a specific page. In this case, the global parameter would be overwritten by the local one. See [Mermaid]({{% relref "shortcodes/mermaid" %}}) for additional documentation.
|
||||||
|
|
||||||
### Example {#mermaid-example}
|
### Example {#mermaid-example}
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ The theme generates the menu based on the following rules:
|
|||||||
- all visible entries show their immediate children entries if `alwaysopen=true`; this proceeds recursively
|
- all visible entries show their immediate children entries if `alwaysopen=true`; this proceeds recursively
|
||||||
- all remaining entries are not shown
|
- all remaining entries are not shown
|
||||||
|
|
||||||
You can see this feature in action on the example page for [children shortcode]({{< relref "shortcodes/children" >}}) and its children pages.
|
You can see this feature in action on the example page for [children shortcode]({{% relref "shortcodes/children" %}}) and its children pages.
|
||||||
|
|
||||||
## Disable Section Pages
|
## Disable Section Pages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user