Trustpage supports John Gruber's original Markdown spec as well as a few extra features.
What formatting changes can you make?
Just about anything! We've listed some of our favorites below. If you want a really in-depth list, we'd recommend you give this website a look.
Element | Markdown Syntax |
---|---|
Italics
|
*text*
|
Bold
|
**text**
|
Italic and bold
|
***text***
|
Heading
|
# text - (H1, the largest font) ## text - H2 ### text - H3
|
Link
|
[text](https://www.trustpage.com)
|
Image
|

|
Code block
|
`code`
|
Check/task list
|
- [x] task 1 - [ ] task 2 - [ ] task 3
|
Formatted tables
|
| Syntax | Description | | ----------- | ----------- | | Header | Title | | Paragraph | Text |
|
Current Limitations
- There is a limitation on <h> tags. We only support <h1>, <h2>, <h3> at this time
- Blockquote and code block markdown syntax do not currently support the use of HTML tags
- If you have feedback on formatting your content, let us know at feedback@trustpage.com