markdown-to-html
Version:
Converts markdown text to HTML. A readable stream plus utilities and web demo.
22 lines (18 loc) • 543 B
text/jade
extends layout
block content
h1= title
p.greeting.
Welcome to the
div
hr
h3 Example of Markdown Rendering:
div Click
a(href="/markdown/test.md") here
span to see test.md rendered as a Markdown file.
p Try substituting test2.md for test.md.
h3 Example of Github-Markdown rendering:
div Click
a(href="/github-markdown/test.md") here
span to see test.md rendered as a Github-Markdown file.
p Try substituting test2.md for test.md.
hr