misc: fix documentation generation

This commit is contained in:
Gaetan Lepage 2023-06-26 08:51:36 +02:00 committed by Gaétan Lepage
parent 794356625c
commit be6a29c800
2 changed files with 98 additions and 101 deletions

View file

@ -284,7 +284,7 @@ in {
latex = {
commands = helpers.defaultNullOpts.mkNullable (with types; attrsOf str) "{}" ''
List of LATEX commands to be handled by the LATEX parser, listed together with empty arguments
(e.g., "\ref{}", "\documentclass[]{}").
(e.g., `"ref{}"`, `"\documentclass[]{}"`).
This setting is an attrs with the commands as keys and corresponding actions as values.