| Index: filters/unescape.py |
| diff --git a/filters/unescape.py b/filters/unescape.py |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d9842737f0e2d12d300fcc0b76381ac1f63a974d |
| --- /dev/null |
| +++ b/filters/unescape.py |
| @@ -0,0 +1,2 @@ |
| +def unescape(markup): |
| + return markup.unescape() |
|
Wladimir Palant
2014/09/18 20:33:04
You shouldn't need this. If I understand the inten
kzar
2014/09/19 11:28:06
Unfortunately it is required :( For example link t
|