git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / test / test-79-npm / markdown / markdown.js

176 bytesRaw
1'use strict';
2
3var markdown = require('markdown').markdown;
4var html = markdown.toHTML('Hello *World*!');
5if (html === '<p>Hello <em>World</em>!</p>') {
6 console.log('ok');
7}
8

Built with git-ssb-web