Re: Plugins in a mardown flowered wiki

2024-08-19 Thread Juan Pablo Santos Rodríguez
Hmm another in draft :-/ IIRC it's the opposite with jspwiki default syntax, would you mind filing a jira issue to see if it's possible to do st.? so it doesn't get lost. I'm suspecting flexmark is inferring blank line == new paragraph, and that's why it discards the rest of the body, but have to

Re: Plugins in a mardown flowered wiki

2024-07-23 Thread Peter Hormanns
hi juan pablo, I experimented further. In WikiMarkup I would use: [{WikiTags HashTagOne HashTagTwo OtherHasTag}]() This type of plugin works! [{WikiCSS html { font-family: Lato,sans-serif; font-size: 16px; color: #666; } }]() This type of plugin only works if I don't

Re: Plugins in a mardown flowered wiki

2024-07-19 Thread Juan Pablo Santos Rodríguez
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 markdo