Skip to content

What is the 'expandable' function? #349

@christianp

Description

@christianp

The page on the autoload extension uses a function called expandable in the MathJax config, e.g.:

MathJax = {
  tex: {
    autoload: expandable({
      color: []
    }
  }
};

What is this supposed to be?

The config is defined before MathJax has loaded, and expandable isn't a built-in. Is this just a mistake?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions