Klap-in/dokuwiki-plugin-imagereference

Allow MathJax in the caption

Opened this issue · 4 comments

Hi,
is it possible to allow MathJax (I'm talking about the relative plugin) in the caption, as the "caption plugin" does?

Thanks

Could you provide an example of the syntax you like to use?

Well, as described here https://www.dokuwiki.org/plugin:mathjax, in Example/Usage, the syntax could be:
for inline math:
$formula$ or \(formula\)
for centred math:
$$formula$$ or \[formula\]
but you can also write formulas like:
\begin{...}formula\end{...}

Moreover, why not allow DokuWiki's syntax like **bold**, //italic//, __underline__,
''Monospaced Text'' and <del>Strike-through Text</del>?

I am disappointed this has not been implemented yet :(

With “this” you mean the mathjax plugin support?
A pull request is welcome!