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

Adding extensions #13

Open
yakovlevkll opened this issue Jul 30, 2019 · 0 comments
Open

Adding extensions #13

yakovlevkll opened this issue Jul 30, 2019 · 0 comments

Comments

@yakovlevkll
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant