This shows you the differences between two versions of the page.
snowman:markup [2017/08/17 18:24] videlais created |
snowman:markup [2017/10/09 20:39] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Snowman supports the [[https://daringfireball.net/projects/markdown/basics|Markdown]] format. The following is an example of using headers and blockquotes: | ||
- | <code> | ||
- | A First Level Header | ||
- | ==================== | ||
- | | ||
- | A Second Level Header | ||
- | --------------------- | ||
- | |||
- | Now is the time for all good men to come to | ||
- | the aid of their country. This is just a | ||
- | regular paragraph. | ||
- | |||
- | The quick brown fox jumped over the lazy | ||
- | dog's back. | ||
- | | ||
- | ### Header 3 | ||
- | |||
- | > This is a blockquote. | ||
- | > | ||
- | > This is the second paragraph in the blockquote. | ||
- | > | ||
- | > ## This is an H2 in a blockquote | ||
- | </code> |