module highlight const markdown = ' test' const html = '

test

' fn test_convert_markdown_to_html() { assert convert_markdown_to_html(markdown) == html }