Hi Peter,

as per [#1], it should work, and if it doesn't, then it's a bug, there
are tests checking one line plugin invocations, but not for plugins
with body. Does the log yield something regarding the plugin
invocation?

The other only thing that comes to mind is that the plugin must be a
markdown link, so perhaps the markdown is missing a () at the end?


best regards,
juan pablo

[#1]: 
https://github.com/apache/jspwiki/blob/master/jspwiki-markdown/src/main/java/org/apache/wiki/markdown/extensions/jspwikilinks/postprocessor/PluginLinkNodePostProcessorState.java#L74-L76

On Fri, Jul 19, 2024 at 7:31 PM Peter Hormanns
<peter.horma...@jalin.de.invalid> wrote:
>
> Dear JSPWiki-Community,
>
> I have a question about plugins, in a JSPWiki that uses Markdown as
> markup language.
>
> I could use plugins that use simple parameters as key-value pairs. But I
> could not use plugins where the call line or the plugin body is
> evaluated. Is there a chance?
>
> In WikiMarkup I would use:
>
> [{WikiTags HashTagOne HashTagTwo OtherHasTag}]
>
> or
>
> [{WikiCSS
>
> html {
>      font-family: Lato,sans-serif;
>      font-size: 16px;
>      color: #666;
>   }
> }]
>
> Is it posible to use plugins like that in markdown?
>
> Best regards, Peter
>
> --
> Peter Hormanns - Informatikbüro Hormanns & Wenz
> http://www.hormanns-wenz.de - Tel 02151 3274911
> Peter Hormanns - Hafenstraße 17 - 47809 Krefeld

Reply via email to