Added custom HTML attributes to version history.

This commit is contained in:
Michel Fortin 2014-12-07 21:09:55 -05:00
parent d3ef823223
commit 1b5a30e139

View file

@ -176,6 +176,10 @@ Version History
Unreleased
* Added the ability to insert custom HTML attributes everywhere an extra
attribute block is allowed (links, images, headers). Credits to
Peter Droogmans for providing the implementation.
* Added a `url_filter_func` configuration variable which takes a function
that can rewrite any link or image URL to something different.