Skip to content

Any way to use special characters inside components? #1180

Answered by cossssmin
didiraja asked this question in Q&A
Discussion options

You must be logged in to vote

Only way is like in the docs, i.e. make sure the quotes are escaped like "Lorem TV 15'' LED" and then use {{{ }}} to output the unescaped value:

<a href="{{data.link}}">{{{data.product}}}</a>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@didiraja
Comment options

Answer selected by didiraja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1179 on February 10, 2024 13:04.