Commit a8a4347d by Michael DeHaan

Merge pull request #9250 from i5513/patch-2

Add readlink filter doc
parents 5e21ebb2 e98d8c2b
...@@ -318,6 +318,10 @@ To expand a path containing a tilde (`~`) character (new in version 1.5):: ...@@ -318,6 +318,10 @@ To expand a path containing a tilde (`~`) character (new in version 1.5)::
{{ path | expanduser }} {{ path | expanduser }}
To get the real path of a link (new in version 1.8)::
{{ path | readlink }}
To work with Base64 encoded strings:: To work with Base64 encoded strings::
{{ encoded | b64decode }} {{ encoded | b64decode }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment