Files
meteor/docs/client/packages/showdown.html
2012-03-20 16:55:30 -07:00

17 lines
478 B
HTML

<template name="pkg_showdown">
{{#markdown}}
## `showdown`
<!-- XXX rename to markdown when we rename the package -->
This package lets you use Markdown in your templates. It's easy: just
put your markdown inside
<code>{&#123;#markdown}}</code> ... <code>{&#123;/markdown}}</code>
tags. You can still use all of the usual Meteor template features
inside a Markdown block, such `#each`, and you still get reactivity.
<!-- XXX include an example -->
{{/markdown}}
</template>