Constructing ShortCodes in Filters #11235
Unanswered
acederberg
asked this question in
Q&A
Replies: 2 comments 6 replies
-
I'm not sure it's possible. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hi!
I have a bit of a tricky question. I wanted to inject a shortcode using a filter to have it rendered by another filter later on. My usecase is to create the shortcodes for iconify from some metadata. I tried injecting my shortcodes inline, e.g. adding it using
pandoc.Str
but this did not work.Minimal Example
and
Rendering this gets me
Beta Was this translation helpful? Give feedback.
All reactions