sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 218 forks source link

Wiki Links with anchor targets are improperly generated. #200

Open vsch opened 8 years ago

vsch commented 8 years ago

Wiki links can have anchor references [[Document#anchor]] or [[Document#anchor|Document Link Text]]

currently the anchor is rendered with the href and HTML escaped.

Have a fix and will modify tests.

In the mean time it is an easy fix to use your own Link Renderer with an override for WikiLinkNode that fixes the issue.