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~~ 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 :::left
text
:::
Left
Align block to the right :::right
text
:::
Right
Align block to the center :::center
text
:::
Centered
Collapsible (expands on click) :::spoiler
Show spoiler

This text is collapsed
:::
Show spoilerThis text is collapsed
Code block ```
var i = 10;
```
var i = 10;

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 ![](https://stocksharp.com/file/122179/cup_svg/)
Image by url with a tooltip ![](https://stocksharp.com/file/122179/cup_svg/ "This is an arbitrary tooltip.")
Image by id ![](122179)
Image by id with a tooltip ![](122179 "This is an arbitrary 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):

![](122179){style="width:80px"} ![](122179){style="width:200px"}


Lists

Description Syntax Result
Bulleted - Item 1
- Item 2
- Item 3
  • Item 1
  • Item 2
  • Item 3
Numbered 1. Item 1
2. Item 2
3. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
With letters a. Item 1
b. Item 2
c. Item 3
  1. Item 1
  2. Item 2
  3. Item 3
With Roman numerals i. Item 1
ii. Item 2
iii. Item 3
  1. Item 1
  2. Item 2
  3. Item 3

Headings and blocks

Description Syntax Result
Headings (levels 1–6) ## Heading
###### Small

Heading

Small
Quote > This is a quote
This is a quote
Horizontal line ---
Task list - [ ] Not done
- [x] Done
  • Not done
  • 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}