mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
052684712b
The HTML writer adds the `data-` prefix for HTML5 for nonstandard attributes. But the attributes are represented in the AST without the `data-` prefix, so we should strip this when reading HTML. Closes #5392.