'use strict'; var markdown = require('markdown').markdown; var html = markdown.toHTML('Hello *World*!'); if (html === '
Hello World!