Flavored Markdown Guide
A lot of things on this page *might* not render properly, but we're getting there!
Press "Edit" at on the bottom left to view the source of this document.
Basic Markdown
Comment | Markdown | Rendered |
---|---|---|
*italics* | italics | |
**bold** | bold | |
underline | underline | |
[link](https://sentrytwo.com) | link | |
!image alt text | ||
__underline__ | underline | |
~~strikethrough~~ | ||
Image with sizing | !image alt text:{15x15} | |
Supports headers 1-6 (header number is number of hashtags) | # Header 1 | Cannot render in table |
You can create a fenced code block using 3 backticks instead of 1. | `inline code` | inline code |
Lists cannot contain a break between lines. Only a single new line can be used to separate list items. | - unordered list | Cannot render in table |
Lists cannot contain a break between lines. Only a single new line can be used to separate list items. | 1. ordered list | Cannot render in table |
Stellular also supports gfm (github flavored markdown).
Special Markdown
all markdown is also supported within builder text components!
Highlight
You can highlight text using two equal signs.
Example: highlighted
Admonitions
You can create admonitions using three exclamation marks, followed by the type. Entry currently supports the following types: note, warn/warning, danger/error, info
Admonitions can contain a title and text, or just a title.
Example:
...and text
...and text
...and text
...and text
Alignment
You can align your text using arrows (-(greater than)
on both for right, or on the left only for center) on each side.
You can also align using row flex. This can be done using an arrow with two heads.
Example:
use row flex alignment for use with animations
okay that's partially a lie, I suggest you read about CSS flex in the article here to better understand when you should use row flex.
Character Escapes
All HTML character escapes can be used by prefixing them with &!
instead of just &
.
Example:
&!gt;
&!gt;&!lt;
&!lt;&!excl;
&!excl;&!equals;
&!equals;
Table of Contents
A table of contents can be automatically generated by adding [TOC]
. It is generated from the headings present in your paste.
Example: [TOC]
Themes
Stellular supports themes. You can add a theme by typing "e#theme {theme}#".
The currently supported options are:
- dark
- light
- blue
- purple
- green
- pink
You can also create your own themes using the hue
, sat
and lit
elements.