CPColin / ceylon.markdown

A port of the commonmark.js Markdown parser and renderer to Ceylon
Apache License 2.0
5 stars 0 forks source link

CeylonHtmlRenderer missing sourcePos attribute for unordered lists #20

Closed CPColin closed 6 years ago

CPColin commented 6 years ago

In CeylonHtmlRenderer.list, the sourcePos attribute is added to Ol elements. It isn't added for Ul elements. The code in testSourcePosOption doesn't cover this case. It has special handling to set the heading level to 1, which also produces incomplete coverage. We should cover the unordered list case and see if what we learn can be applied to covering the other heading levels, too.