diff --git a/docs/en/reference/markdown-basics.md b/docs/en/reference/markdown-basics.md index 2e6bc89..84f72eb 100755 --- a/docs/en/reference/markdown-basics.md +++ b/docs/en/reference/markdown-basics.md @@ -157,7 +157,7 @@ Currently, the following languages are supported by the engine (the names in bra - XML (`xml`) - YAML (`yaml`; `yml`) -More languages can be implemented on your request. If you need a specific language, please [refer to the available ones](https://codemirror.net/mode/) and open up an issue on GitHub, so that we know which one we should add! +More languages can be implemented on your request. If you need a specific language, please first search online if there is a CodeMirror 6 compatible language mode available (either from CodeMirror directly or a third party), and open up an issue on GitHub, so that we know which one we should add. We cannot promise to implement it in the end, even if you found a compatible language pack, however. Also, we cannot create language packs ourselves. ## Zettlr Markdown additions