Format Trustpage Content Using Markdown

  • Updated

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.

 

Markdown Cheat Sheet

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
![alt text](image.jpg)
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

Was this article helpful?

Have more questions? Submit a request