Houston Putman created SOLR-11217:
-------------------------------------
Summary: Mathematical notation not supported in Solr Ref Guide
Key: SOLR-11217
URL: https://issues.apache.org/jira/browse/SOLR-11217
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Components: documentation
Reporter: Houston Putman
Priority: Minor
The template used to build the Solr Ref Guide from the asciidoctor pages
removes the needed javascript for mathematical notation.
When building the webpage, asciidoctor puts a tag like the one below at the
bottom of the html
{code:html}
<script
src="#{cdn_base}/mathjax/2.6.0/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
{code}
and some other tags as well.
However these are not included in the sections that are inserted into the
template, so they are left out and the mathematical notation is not converted
to MathJax that can be viewed in a browser.
This can be tested by adding any stem notation in an asciidoctor solr-ref-page,
such as the following text:
{code}
asciimath:[sqrt(4) = 2].
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]