how to let this code snippet is available in the post, such as e-widget no-button
href=
https://gleam.io/yGZPa/csacasrel=
nofollow>CSACAS
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".
how to let this code snippet is available in the post, such as e-widget no-button
href=
https://gleam.io/yGZPa/csacasrel=
nofollow>CSACAS
@garysong The formatting of the text can be done with Markdown:
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
I get asked the question of why can't users input HTML/CSS/JS directly. The quickest way to understand why is to recognize that users will be able to edit your website by entering poorly formed HTML tags.
For example, someone could add a comment like this:
<script>
// A competitor sets some cookie that starts tracking YOUR customers and advertising to them using retargetting
</script>
In short, this is a big security risk and is not something Champ will ever implement.
If you need to add some custom HTML snippet, the best way would be to use custom snippets or create a separate Shopify page and link out to that.
Reference for using custom snippets:
https://getchamp.net/guides/customizations/#using-customized-liquid-snippets
Hi @brett, Markdown doesn't support adding colours to an arbitrary text.
If you're looking to highlight a certain markup (that the Markdown generates), then you can do so with custom CSS.