There are many fields in netPark that support Markdown Formatting. Markdown formatting is a simple way of formatting text without the need of a special editor. Markdown is text-visual, which means that you can determine the format just from seeing the text in its raw format, without seeing the end result. This table shows what the raw text looks like and what the end result looks like.
Raw Text | Output | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
**bold** | bold | |||||||||
*italics* | italics | |||||||||
~~strikethrough~~ | ||||||||||
# Big Header ## Medium Header ### Small Header #### Tiny Header | Big HeaderMedium HeaderSmall HeaderTiny Header | |||||||||
* Generic Item 1 * Generic Item 2 * Generic Item 3 |
| |||||||||
* Numbered Item 1 * Numbered Item 2 * Numbered Item 3 |
| |||||||||
[netPark Software, LLC.](https://www.netpark.us) | netPark Software, LLC. | |||||||||
> This is a quote. > It can span multiple lines! |
| |||||||||
![netPark Logo Alt Text](https://d32pcgkv1ookv1.cloudfront.net/prod-wpms/wp-content/uploads/sites/155/2019/11/14175643/Logo_Small.png) | ||||||||||
| Column 1 | Column 2 | Column 3 | | ——– | ——– | ——– | | John | Doe | Male | | Mary | Smith | Female | |
| |||||||||
`code` “` | code
|