Added code/keyword md escaping for documentation in modules/plugins/languages/tex/build/default.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
isaacST08 2025-02-11 19:40:26 -07:00 committed by Ching Pei Yang
parent 44c007f76e
commit 29d78156ac

View file

@ -61,7 +61,7 @@ in {
onSave = mkBool false "Set this property to true if you want to compile the project after saving a file.";
useFileList = mkBool false ''
When set to true, the server will use the .fls files produced by the TeX engine as an additional input for the project detection.
When set to `true`, the server will use the `.fls` files produced by the TeX engine as an additional input for the project detection.
Note that enabling this property might have an impact on performance.
'';