Sha256: 2d8e45e03d1506175371d580a6644c3fa0544dafade2b7baeccd8c8077219ccf

Contents?: true

Size: 652 Bytes

Versions: 15

Compression:

Stored size: 652 Bytes

Contents

<!--
# @title README - mod: markdown
-->
# Markdown mod

Markdown is a popular plain-text syntax that can easily be converted into HTML. 
Sort of an HTML shorthand.

This mod adds a Markdown cardtype, with which card editors can save content as markdown 
and have that content rendered as HTML

## Sets modified

| type | content |
|:----:|:-------:|
| Markdown | plain text in Markdown syntax|

## Nests

Card nest syntax can be used within Markdown. Everything inside double curly brackets
(`{{ }}`) is ignored by the markdown processor, so any nest syntax that conflicts with 
markdown syntax (like the `*` in `{{*title}}`) doesn't have be escaped.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
card-mod-markdown-0.18.1 README.md
card-mod-markdown-0.18.0 README.md
card-mod-markdown-0.17.0 README.md
card-mod-markdown-0.16.0 README.md
card-mod-markdown-0.15.6 README.md
card-mod-markdown-0.15.5 README.md
card-mod-markdown-0.15.4 README.md
card-mod-markdown-0.15.3 README.md
card-mod-markdown-0.15.2.pre1 README.md
card-mod-markdown-0.15.1.1 README.md
card-mod-markdown-0.15.1 README.md
card-mod-markdown-0.15.0 README.md
card-mod-markdown-0.14.2 README.md
card-mod-markdown-0.14.1 README.md
card-mod-markdown-0.14.0 README.md