This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
snowman:markup [2017/08/17 18:24] videlais created |
snowman:markup [2017/08/17 21:35] videlais |
||
---|---|---|---|
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: | + | Snowman supports HTML element markup consisting of brackets and braces with the ID or name of the CSS class. |
+ | |||
+ | <code> | ||
+ | [ | ||
+ | Create element | ||
+ | ]{#elementID.className} | ||
+ | </code> | ||
+ | |||
+ | It also includes and supports the [[https://daringfireball.net/projects/markdown/basics|Markdown]] format. The following is an example of using headers and blockquotes: | ||
<code> | <code> |