custom directive #487
-
hi, i'd like to create a new directive which transforms its content via an external program into svg. how do i hook into the directive parser? i tried to adapt the containter plugin but it didnt give me access to the content, only to the first line ("info"). i also tried to grab the fences i want from the parsed nodes but even if i knew how to create a custom new token, i dont see how to render a list of tokens? am i just missing an easy way to subclass a directive which parses everything for me and i can just overwrite render and tell it to replace itself with the output of an external program?? any help appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Should be covered by this discussion: #655 |
Beta Was this translation helpful? Give feedback.
Should be covered by this discussion: #655