GitHub user cyberbird opened a pull request:
https://github.com/apache/wicket/pull/25
WICKET-4913 support headline-tags (h1-h6)
WICKET-4913
When a document was parsed, that contained a headline (h1-h6), an exception
was thrown, because the headline-tags were not recognized correctly.
To fix this the regex for parsing opening-tags was adpated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cyberbird/wicket patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/25.patch
----
commit 283a549b5ac6258c83a444a30938776e057ed172
Author: cyberbird <[email protected]>
Date: 2012-12-05T17:06:24Z
WICKET-4913 support headline-tags (h1-h6)
WICKET-4913
When a document was parsed, that contained a headline (h1-h6), an exception
was thrown, because the headline-tags were not recognized correctly.
To fix this the regex for parsing opening-tags was adpated.
----