mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 14:35:44 +00:00
We only support the href attribute, as there's no place for "target" in the Pandoc document model for links. Added HTML reader test module, with tests for this feature. Closes #1751.