[
https://issues.apache.org/jira/browse/NUMBERS-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873694#comment-16873694
]
Alex D Herbert commented on NUMBERS-121:
----------------------------------------
MathJax was discussed on the dev ML
[recently|https://markmail.org/thread/5h4stsvlt2vwb5vw]. The outcome seemed to
be that it was up to projects to decide if they want to support it.
If the intension is to always use MathJax then perhaps a sweep of the whole
codebase is required. For example when doing a quick check that MathJax was
working for the Javadoc I found org.apache.commons.numbers.core.ArithmeticUtils
uses both:
{noformat}
@return \( k^e \)
@return k<sup>e</sup>
{noformat}
for different {{pow}} functions in the same class. This is not consistent.
Should a Jira ticket be created for the task of converting all HTML equations
to use MathJax?
> Deprecated HTML tag in BigFraction
> ----------------------------------
>
> Key: NUMBERS-121
> URL: https://issues.apache.org/jira/browse/NUMBERS-121
> Project: Commons Numbers
> Issue Type: Bug
> Components: fraction
> Affects Versions: 1.0
> Reporter: Heinrich Bohne
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> The deprecated HTML tag {{<tt>}} occurs multiple times in the Javadoc of the
> class {{BigFraction}}, which causes the execution of the Maven Javadoc Plugin
> to fail.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)