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

HTML In-Line

Jan 31, 2019 - 9:35 AM

https://getchamp.myshopify.com/community/champ/forums/7/topics/4492 Copy
  • I thought I read some place that Markdown natively supports in-line HTML, but we didn't have any luck doing it on our CHAMP FORUM.

    Is is possible to add HTML directly into a post for additional customization?

    We're looking to add things like:

    <span style="font-size: small;">small text</span>
    <p style="text-align: center;">center text</p>

    Thanks!

    0
  • Champ internally does some blacklist/whitelist stripping of HTML that's inputed. This is to prevent users fro wreaking all sorts of havoc with the design of the page and inputting poorly formed HTML or injecting security risks (eg. scripts).

    Email me at support@getchamp.net with more details about your use case and let's see if we can come up with a solution where it doesn't require introducing security issues.

    This post was edited Jan 31, 2019 10:35AM
    0

    Need help? Contact me at support@getchamp.net or here. Brand new! Add your own signature at https://getchamp.myshopify.com/community/champ/preference
  • Understand, thanks much and will do!

    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.