You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixing this is simple, we just need to use v-html="foo" instead of {{ foo }} syntax in VPFeature.vue. But might need to add styles for links to distinguish them:
Another solution would be to let {{ foo }} syntax in VPFeature.vue and add extra optional property to feature section.
For example link as in the hero section and add a CTA at the end of each feature item.
Is your feature request related to a problem? Please describe.
Currently, if the layout of a page is
home
, underfeatures
, links do not render (both markdown and html).Describe the solution you'd like
Allow markdown links in
features
Example:
Describe alternatives you've considered
Alternatively, HTML links could be allowed:
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: