-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Labels
enhancementNew feature or requestNew feature or requestshortcodesissues related to shortcodesissues related to shortcodes
Milestone
Description
Let's support something like {{< meta nested.a\.b\.c.key >}}
(Then we ofc also need to figure out what to do with keys that have backslashes in them.0
Discussed in #10914
Originally posted by vlcinsky September 28, 2024
Description
My sample index.qmd:
---
title: My Page
nested:
a.b.c:
key: Show me
---
I would like to show the "Show me" using a shortcode.
E.g. {{< meta nested["a.b.c"]key >}}
but it fails.
My question is: is there a syntax for accessing keys, which include dot(s) in their name?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestshortcodesissues related to shortcodesissues related to shortcodes