Open xalunda opened 1 month ago
Darwin
v18.20.4
3.13.1
2.9.7
pnpm@9.11.0
-
compatibilityDate
devtools
future
extends
alias
i18n
css
vite
https://stackblitz.com/edit/nuxt-starter-ysynij?file=content%2Findex.md
Hi everyone!
I'm not sure if this is a bug or a misuse on my part.
I'm trying to make a simple link in markdown containing binding-data-in-markdown
[text](url)
I have two variables websiteName and websiteLink in the :data prop of ContentRenderer.
websiteName
websiteLink
:data
ContentRenderer
I'm tried lots of syntax combinations, I'm trying to:
[{{$doc.websiteName}}]({{$doc.websiteLink}})
The text part is correctly replaced but the link part is not:
%7B%7B$doc.websiteLink%7D%7D
Here is a reproduction.
Let me know if I can help in any way.
I also tried to override the ProseA component to check for debug. By the time it reaches this component, the href prop is already this one:
href
No response
Environment
Darwin
v18.20.4
3.13.1
3.13.1
2.9.7
pnpm@9.11.0
-
compatibilityDate
,devtools
,future
,extends
,alias
,i18n
,css
,vite
-
-
Reproduction
https://stackblitz.com/edit/nuxt-starter-ysynij?file=content%2Findex.md
Describe the bug
Hi everyone!
I'm not sure if this is a bug or a misuse on my part.
I'm trying to make a simple link in markdown containing binding-data-in-markdown
I have two variables
websiteName
andwebsiteLink
in the:data
prop ofContentRenderer
.I'm tried lots of syntax combinations, I'm trying to:
The text part is correctly replaced but the link part is not:
Here is a reproduction.
Let me know if I can help in any way.
Additional context
I also tried to override the ProseA component to check for debug. By the time it reaches this component, the
href
prop is already this one:Logs
No response