| Function Summary | |
getEquationFromImage(?Element equationNode) ⇒ stringGets the equation string from the given equation IMG node. Returns empty string if the src attribute of the is not a valid equation url. | |
getEquationFromImageUrl(string imageUrl) ⇒ ?stringReturns the equation string src for given image url. | |
getHtml(string equation) ⇒ stringReturns the html for the html image tag for the given equation. | |
getImageUrl(string equation) ⇒ stringReturns the equation image src url given the equation. | |
isEquationElement(?Node node) ⇒ booleanChecks whether given node is an equation element. | |
isEquationTooLong(string equation) ⇒ booleanChecks whether equation is too long to be displayed. | |