- Commit
- de2119c06aba3c2d9f7cc5a661eb241b2c8e051a
- Parent
- b7eb63c8be719a43c9aba48484648f375e376c53
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Wrap decodeURI in a try.
This ensures that we return original content (unnormalized) rather
than raising an exception for things like
[foo](<%test>)
Not sure if this is the best approach.