| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-25 | HTML writer: insert data- in front of unsupported attributes. | John MacFarlane | |
| Thus, a span with attribute 'foo' gets written to HTML5 with 'data-foo', so it is valid HTML5. HTML4 is not affected. This will allow us to use custom attributes in pandoc without producing invalid HTML. | |||
