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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,6 @@ last_update:
60
60
author: custom author name
61
61
---
62
62
63
-
# Markdown Features
64
-
65
-
My Document Markdown content
66
-
```
67
63
68
64
### Code blocks
69
65
@@ -72,6 +68,13 @@ You can add a `title` to the code block by adding a title key after the language
72
68
console.log('What a great log');
73
69
```
74
70
71
+
### Custom title ids :
72
+
73
+
The following syntax will allow a link to `[text](/url#my-explicit-id)` instead of the default `[text](/url#hello-world)`
74
+
````
75
+
### Hello World {#my-explicit-id}
76
+
```
77
+
75
78
### Admonitions
76
79
77
80
In addition to the basic Markdown syntax, we have a special admonitions syntax by wrapping text with a set of 3 colons, followed by a label denoting its type.
0 commit comments