Skip to content

Commit 08523dd

Browse files
Update docs/embed-files.md
Co-authored-by: Koy Zhuang <[email protected]>
1 parent 0e78f60 commit 08523dd

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
@@ -65,7 +65,7 @@ Sometimes you don't want to embed a whole file. Maybe because you need just a fe
6565
```
6666

6767
In your code file you need to surround the fragment between `/// [demo]` lines (before and after the fragment).
68-
Alternatively you can use `### [demo]`. If you want the full line containing the identifier to be omitted in the fragment output you can add the option `:fragmentFullLine`.
68+
Alternatively you can use `### [demo]`. By default, only identifiers are omitted. To omit the entire line containing the identifier in the fragment output, you can add the `:omitFragmentLine` option.
6969

7070
Example:
7171

0 commit comments

Comments
 (0)