-
-
Notifications
You must be signed in to change notification settings - Fork 696
Error render when using variable in markdown block #1289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting the issue, note that:
|
Can we replace the variables in the raw content before using markdown parser? 🤔️ |
The content module does not replace variables, it evaluates them at render time. With this approach, let's say you can use the
|
Got that, thanks for your reply. |
@farnabaz These Any workaround? |
Found it #1266 (comment) |
Environment
https://content.nuxtjs.org/playground
Reproduction
Move variable block
{{ $doc.title }}
into markdown block, then the render result will be unwanted.Describe the bug
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: