Allow MathJax in the caption
Opened this issue · 4 comments
tormec commented
Hi,
is it possible to allow MathJax (I'm talking about the relative plugin) in the caption, as the "caption plugin" does?
Thanks
Klap-in commented
Could you provide an example of the syntax you like to use?
tormec commented
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>?
pparik commented
I am disappointed this has not been implemented yet :(
Klap-in commented
With “this” you mean the mathjax plugin support?
A pull request is welcome!