Skip to content

Commit b0519dc

Browse files
committed
fix: clarify language detection explanation in documentation
1 parent b2a3cce commit b0519dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/local/include.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
>
55
> Support since [v0.2.12](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12).
66
>
7-
> Language is detected by file extension, which I manually edited from [linguist](https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml). If you find any issues with the language detection, please open an [issue](https://github.com/MR-Addict/mdbook-embedify/issues).
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+
>
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.json](https://github.com/MR-Addict/mdbook-embedify/blob/main/src/assets/config/languages.json)
810
911
The include app is for including source file or wrapped it as markdown code block.
1012

0 commit comments

Comments
 (0)