From 1b5a30e13974b490964a1610bab5958e83cd4b69 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 7 Dec 2014 21:09:55 -0500 Subject: [PATCH] Added custom HTML attributes to version history. --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index a278375..80504c2 100644 --- a/Readme.md +++ b/Readme.md @@ -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.