- 
                Notifications
    You must be signed in to change notification settings 
- Fork 159
Closed
Labels
enhancementImprovements or enhancements to existing functionalityImprovements or enhancements to existing functionalityneeds more informationFurther information is requestedFurther information is requested
Description
Feature Name
Link to Article Paragraph
Description
- Assume we have two Articles, Sloth.mdandFuntion.md
- In Function.md, Outline is like:
# Function
## Overview
Summary
### Function1
Summary1- ❌ Currently, if we want to insert a link to the Function1paragraph ofFunction.md, we have to write this inSloth.md:
please reference to the part of `Function1` of <doc:Function>.- ✅ Expected we can jumping to the specific paragraph by:
please reference to <doc:Function/Overview/Function1>and will be rendered as(or something like this):
please reference to Function#Function1Motivation
When we describe many functions in Function.md, or we just list three functions, but each function description are very long, it is expected to jump to specific paragraph in the long page.
Importance
We can make articles also have jump-able outlines just like variables or functions in code structs or classes
Alternatives Considered
No response
Metadata
Metadata
Assignees
Labels
enhancementImprovements or enhancements to existing functionalityImprovements or enhancements to existing functionalityneeds more informationFurther information is requestedFurther information is requested