Skip to content

Commit 45be7c9

Browse files
committed
Remove leading slash docs link
1 parent 7ebd32e commit 45be7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embed-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Sometimes you don't want to embed a whole file. Maybe because you need just a fe
6767
In your code file you need to surround the fragment between `/// [demo]` lines (before and after the fragment).
6868
Alternatively you can use `### [demo]`. By default, only identifiers are omitted. To omit the entire line containing the identifier in the fragment output, add the `:omitFragmentLine` option. This is useful if your code fragment is e.g. HTML and you want to hide the Docsify fragment identifier from showing in your HTML source. `<!-- /// [demo] -->` in your source file and `:omitFragmentLine` will make the `-->` not show up in your Docsify code fragment section.
6969

70-
Example ([\_media/example.js](/_media/example.js ':ignore')):
70+
Example ([\_media/example.js](_media/example.js ':ignore')):
7171

7272
`[filename](_media/example.js ':include :type=code :fragment=demo')`
7373

0 commit comments

Comments
 (0)