Closed wesleyboar closed 4 months ago
[!NOTE] This can be done fast via regex.
Find:
\[(.+?)\]\(#(.+?)\) \{ #(.+?) \}
Replace:$1 { #$3 }
Enable automatic permalinks via toc
extension.
For example, to enable permalinks in the (included) toc extension, use:
markdown_extensions: - toc: permalink: true
[!WARNING] Requires both —
- either release of TACC/TACC-Docs with
permalink
config- or cloning its
markdown_ext…s
and addingpermalink
config— and "A. Remove All Manual Permalinks"
To add this to TACC, see https://github.com/TACC/TACC-Docs/issues/36.
Fixed by #60.
Overview
Heading permalinks are broken.
Only happens on transcluded page content, but that is the content of pages when navigated how users should navigate them. See "Workaround".
[^1]: The heading link
Steps
include-markdown
. (e.g.curating/policies.md
viacurating.md
)curating/policies.md
"Mission")Expected
#mission
is appended to URL)Actual
Workaround
Visit the page directly e.g. https://www.designsafe-ci.org/user-guide/curating/policies/#mission.