Text formatting
| Description | Syntax | Result |
|---|---|---|
| Escape a character so it isn't processed | \*not processed\* |
*not processed* |
| Bold | **This text is bold** |
This text is bold |
| Italic | *This text is italic* |
This text is italic |
| Font family | :[Handwritten text]{font=cursive} |
Handwritten text |
| Text color | :[Red text]{color=red} |
Red text |
| Text size | :[This text is size 7]{size=36pt} |
This text is size 7 |
| Highlight text | ==This text is highlighted== |
This text is highlighted |
| Strikethrough | ~~This text is struck through~~ |
|
| Underline | ++This text is underlined++ |
This text is underlined |
| Subscript | H~2~O |
H2O |
| Superscript | x^2^ |
x2 |
Text alignment
| Description | Syntax | Result |
|---|---|---|
| Text wrapping | :[This text floats to the right]{float=right} |
This text floats to the right |
| Align block to the left | :::lefttext::: |
Left |
| Align block to the right | :::righttext::: |
Right |
| Align block to the center | :::centertext::: |
Centered |
| Collapsible (expands on click) | :::spoilerShow spoilerThis text is collapsed::: |
Show spoilerThis text is collapsed |
| Code block | ```var i = 10;``` |
|
Links
| Description | Syntax | Result |
|---|---|---|
| Link | <https://stocksharp.com/en/> |
https://stocksharp.com/en/ |
| Link with text | [StockSharp site](https://stocksharp.com/en/) |
StockSharp site |
| Email link | <info@stocksharp.com> |
info@stocksharp.com |
| Email link with text | [Write to me](mailto:info@stocksharp.com) |
Write to me |
| Link to a topic by id | @topic(12374) |
Assign, install and work with StockSharp Installer. |
| Link to a message by id | @message(51317) |
Assign, install and work with StockSharp Installer. |
| Link to a product by id | @product(9) |
Designer |
| Link to a user by id | @user(1) |
StockSharp |
| Link to a file by id | @file(122179) |
cup.svg |
| Auto-link (a bare URL becomes a link on its own) | https://stocksharp.com/en/ |
https://stocksharp.com/en/ |
Images
| Description | Syntax | Result |
|---|---|---|
| Image by url |  |
|
| Image by url with a tooltip |  |
|
| Image by id |  |
|
| Image by id with a tooltip |  |
Image size — via {style="..."}: width width, height height, or both. The size is visible in regular text (inside a table cell an image is limited to the cell width):
{style="width:80px"} {style="width:200px"}
Lists
| Description | Syntax | Result |
|---|---|---|
| Bulleted | - Item 1- Item 2- Item 3 |
|
| Numbered | 1. Item 12. Item 23. Item 3 |
|
| With letters | a. Item 1b. Item 2c. Item 3 |
|
| With Roman numerals | i. Item 1ii. Item 2iii. Item 3 |
|
Headings and blocks
| Description | Syntax | Result |
|---|---|---|
| Headings (levels 1–6) | ## Heading###### Small |
HeadingSmall |
| Quote | > This is a quote |
This is a quote |
| Horizontal line | --- |
|
| Task list | - [ ] Not done- [x] Done |
|
| Footnote | Text[^1][^1]: Explanation |
Text1 |
Social media
youtube
::iframe{url=https://www.youtube.com/embed/lsbyvqajlZ8}
vimeo
::iframe{url=https://player.vimeo.com/video/60238948}
fb
::iframe{url=https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fstocksharp%2Fposts%2F4554987014515465&width=500}