-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-LinksArea: Issues with linksArea: Issues with linksA-MarkdownArea: Issues with markdownArea: Issues with markdown
Description
It would be useful if the section IDs can be specified manually (such as # About foo {#foo}
, supported by many processors including zola).
For example, it would be useful when:
- Some of section names are very long, but wants IDs to be short enough.
- Attempt to prevent future link breakage, which can be caused by sections renaming or mdbook algorithm change.
- Providing multiple sites with different languages, but wants URIs (especially paths and fragments) to be coherent English.
Users can already control paths by setting filename, then it is natural if users can also control fragment part of URIs (/user/specified/path.html#THIS-PART
).
Is this feature simply not implemented or considered yet, or are there some reasons to object to this feature?
Maybe related: #880
tv42, hadrien-toma, timvisee and gnu4cn
Metadata
Metadata
Assignees
Labels
A-LinksArea: Issues with linksArea: Issues with linksA-MarkdownArea: Issues with markdownArea: Issues with markdown