1) Since its behavior seems to be similar to the behavior of mathjax (see for instance, Mathjax analog for lilypond, I was expecting to include in the a link such as
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [["$","$"],["\\(","\\)"]]
}
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML-full">
</script>
However, I was not able to find. Is there a link like this?
2) I am using a markdown editor and I can tell that mathjax is being called whenever it finds the inlineMath in the code above. How could my markdown editor know if this is a call to abcjs or just a sequence of "normal text"?
Every help will be very appreciated.