text-crossrefs: authorize spaces in metadata values
This commit is contained in:
@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user