from CTFd.utils import markdown def test_markdown(): """ Test that our markdown function renders properly """ # Allow raw HTML / potentially unsafe HTML assert ( markdown("").strip() == "" )