Skip to content

Commit

Permalink
fixup polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 27, 2024
1 parent 2d1df94 commit 9926ac5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trurl.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ a warning get displayed unless **--quiet** is used.
trurl supports a range of different qualifiers, or prefixes, to the component
that changes how it handles it:

If **url:** is specified, `{url:path}`, the component gets output URL encoded.
As a shortcut, `url:` also works written as a single colon: `{:path}`.
If **url:** is specified, like `{url:path}`, the component gets output URL
encoded. As a shortcut, `url:` also works written as a single colon:
`{:path}`.

If **strict:** is specified, like `{strict:path}`, URL decode problems are
turned into errors. In this stricter mode, a URL decode problem makes trurl
Expand Down

0 comments on commit 9926ac5

Please sign in to comment.