Want to add a forum like this one to your store? Install Champ Now

Welcome to Champ's live demo

Did you know that this isn't just a demo?
This is our live pre-sales Q&A and support forum. Take a look around and say "Hello".

0

Formatting rich text in the posts

Feb 17, 2018 - 10:31 AM

https://getchamp.myshopify.com/community/champ/forums/6/topics/32 Copy
  • How do I format rich text in the posts? Is there a text editor function for the app?

    0
  • All messages in the app are formatted with Markdown. Most forums, however, don't require any special formatting knowledge.

    0
  • First Header Second Header
    Content from cell 1 Content from cell 2
    Content in the first column Content in the second column
    This post was edited Mar 13, 2018 10:15PM
    0
  • Tables aren't covered in Markdown spec. As a result, it isn't supported.

    This post was edited Mar 13, 2018 11:44PM
    0
  • Hi there...

    0
Quick reply

How to format posts

Champ uses Markdown for formatting text in posts. Certain markup tags (eg. H1) are forbidden to ensure that pages remain semantically compliant. Other tags are automatically sanitized to ensure all content is secure.

  • Emphasis, aka italics, with *asterisks* or _underscores_.
  • Strong emphasis, aka bold, with **asterisks** or __underscores__.
  • Combined emphasis with **asterisks and _underscores_**.
  • Strikethrough uses two tildes. ~~Scratch this.~~
  • Links are added automatically, but can be formatted like so: [My link](https://mylink.com)
For more information, take a look at the Markdown Cheatsheet.