I am writing a blog with markdown-functionality, the lib I use is called showdown.js. But this markdown-lib doesn't support formula-rendering. So that's why I wonder, if it is possible, to let MathJax only render a given DOM-Element?
I know, that there is a lib, called showdown-katex, but considering that I use Spring Boot for my server, I am not able to include javascript-libs, installed with npm.