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

Restore CeylonHtmlRenderer #1

Closed CPColin closed 6 years ago

CPColin commented 6 years ago

Restore the CeylonHtmlRenderer class, from the old project. Try to figure out how to write tests that can verify when both renderers are behaving properly. It's easy enough to verify that the stuff in renderUtils.ceylon returns the right value, but it's harder to verify that the renderers are actually using those utility functions.