A React context for managing math rendering options.
Currently, it only manages whether to add aria labels to math elements,
but can be expanded for other options.
Param: shouldAddAriaLabels
Aria labels are only added when the math is
contained within an element with role="presentation". This option forces the
addition of aria labels for times when the element is not within such
containers.
A React context for managing math rendering options. Currently, it only manages whether to add aria labels to math elements, but can be expanded for other options.