docs: document quoting requirement for multi-word filter values #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/page-list-quote-multiword-values"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The parse_args function uses shlex.split, which supports shell-style
quoting. Values containing spaces must be quoted to be treated as a
single token, otherwise each word becomes a separate argument.
Add a general directive rule and a page_list example:
::page_list author="Mary Shelley"::
Update README accordingly.