Skip to content

Commit 597ed3c

Browse files
README
1 parent 80b6fad commit 597ed3c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ last_update:
6060
author: custom author name
6161
---
6262
63-
# Markdown Features
64-
65-
My Document Markdown content
66-
```
6763
6864
### Code blocks
6965
@@ -72,6 +68,13 @@ You can add a `title` to the code block by adding a title key after the language
7268
console.log('What a great log');
7369
```
7470

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+
7578
### Admonitions
7679
7780
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

Comments
 (0)