Skip to content

settings not working  #26

@Brees-T

Description

@Brees-T

How are settings must be sent? I've already read MathJax documentation and tried to add setting this way

<MathComponent
                settings={{ "HTML-CSS": {preferredFont: "STIX"}}}
                tex={String.raw`Random\;formula`}
              />

And this way

<MathComponent
                settings={{ menuSettings: "" }}
                tex={String.raw`random\;formula`}
              />

But it doesn't seem to be working, all I get from console is

Options.ts:87 MathJax: Invalid option "0" (no default value).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions