"""
Defines a custom MathJax bokeh model to render text using MathJax.
"""
from bokeh.models import Div


class MathJax(Div):
    """
    A bokeh model that renders text using MathJax.
    """
