Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Adding extensions #13

@yakovlevkll

Description

@yakovlevkll

Hi,

Thanks for the great work done.

The question is -- how can I add third-party extension, for example mhchem?

I've tried to do this with packages option in vuepress's config.js, something like

module.exports = {
  // ...
  plugins: [
    [
      "mathjax",
      {
        packages: ["mhchem"]
        // ...
      }
    ]
  ]
  // ...
};

But it ruins the render.

My configuration is [email protected], [email protected],

Thanks!

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