Markdown
Markdown (a markup language) gives you the ability to format text and messages with a simple and quick-to-learn syntax. (In a way, these are rules that tell the e-mail client how to display the text in the e-mail).
You can format text using Markdown in the following elements:
- Ticket replies in the ticket detail page
- Templates and text blocks for notifications
Some examples of formatting possibilities with Markdown in SimpKo:
More information about Markdown can be found on the following pages:
GitHub Flavored Markdown (GFM) (englisch) - Markdown standard syntax extended by GitHub used in SimpKo
Daring Fireball (englisch) - Documentation of the original Markdown syntax
Formatting | Input | Result |
---|---|---|
Italic | *Italic Text* or \Italic Text_ | Italic Text or Italic Text |
Bold | **Bold Text** or _\Bold Text__ | Bold Text or Bold Text |
Italic and Bold | ***Italic and Bold Text*** or __\Italic and Bold Text___ | Italic and Bold Text or Italic and Bold Text |
Line break | A line break is created with two spaces at the end of the line. | Line New line |
Hyperlinks | [Link to SimpKo Documentation](https://docs.simpko.io) | Link to SimpKo Documentation |
Note: Usually, e-mail clients recognize URLs in messages even without standard markdown syntax - i.e. they generate a clickable link from https://docs.simpko.io. | https://docs.simpko.io | |
Horizontal Line | _ _ _ or *** You can insert a horizontal line with at least 3 underscores or 3 asterisks - with or without spaces between them. |