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

[New Feature] Link target attribute

Mar 24, 2020 - 2:29 PM

https://getchamp.myshopify.com/community/champ/forums/7/topics/16096 Copy
  • You can now create links that have a target attribute (eg. _blank, _parent, etc)

    To do this, create the link in Markdown like so:

    Screenshot 2020-03-24 14.31.27.png

    Note that the target value DOES NOT have an underscore. It is also not surrounded by quotation marks.

    Value values for target:

    • blank
    • parent
    • self
    • top

    This syntax is NOT part of the standard Markdown, and not even part of the superset syntax. It's a modification of the superset. Needless to say, let me know if you find any bugs.

    This post was edited Mar 24, 2020 02:32PM
    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
  • Thank you :)

    0

    Champ user
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.