text-crossrefs: authorize spaces in metadata values

This commit is contained in:
Bastien Dumont
2025-12-21 22:41:34 +01:00
parent 0c7feaf2dd
commit e2ae4c3722
3 changed files with 9 additions and 10 deletions

View File

@ -263,10 +263,10 @@ and should be collapsed by the macro when it is desirable:
# Customization
Most of the customization variables expect a string.
In this case, they must not contain Markdown markup
and all breakable spaces must be replaced with the HTML entity ` `:
otherwise, only the first word is taken into account and leading and trailing spaces are ignored.
See `sample-with-options.md` for examples.
In this case, all Markdown markup will be ignored.
To prevent leading and trailing spaces to be stripped by Pandoc,
they must be replaced with HTML entities (` `):
see `sample-with-options.md` for examples.
## Common options {#common-opts}