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: docs/src/local/include.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,9 @@
6
6
>
7
7
> Language is detected by file extension, which I manually referred, simplified and extended from [linguist](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml).
8
8
>
9
-
> If you find any issues with the language detection, please open an [issue](https://github.com/MR-Addict/mdbook-embedify/issues). Currenltly language map is under [languages.yaml](https://github.com/MR-Addict/mdbook-embedify/blob/main/src/assets/config/languages.yaml).
10
-
11
-
> Tip 💡
12
-
>
13
9
> You can customize language detection rules in your `book.toml`. See [Language Matching](../development/language-matching.md#custom-configuration) for details.
10
+
>
11
+
> If you find any issues with the language detection, please open an [issue](https://github.com/MR-Addict/mdbook-embedify/issues). Currenltly language map is under [languages.yaml](https://github.com/MR-Addict/mdbook-embedify/blob/main/src/assets/config/languages.yaml).
14
12
15
13
The include app is for including source file and wrapping it as markdown code block.
16
14
@@ -24,10 +22,6 @@ The language is automatically detected by the file name extension. You can overr
24
22
| lang | This will override the automatically detected language | No | - - |
25
23
| range | Range of lines to include, e.g. `1-10` or `1-` or `-10`| No | - - |
26
24
27
-
> Attention 💥
28
-
>
29
-
> When `range` is used, it will insert the specified lines starts from 1.
0 commit comments