Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward Plugin Parameters to mathjax-node-page #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zicklag
Copy link

@zicklag zicklag commented Jan 7, 2021

Fixes #118.

Allows you to configure any options for mathjax-node-page in the config settings for the RelaXed plugin. For instance, to solve the need in #118:

config.yml:

plugins:
  - mathjax:
      singleDollars: true

@zicklag
Copy link
Author

zicklag commented Jan 9, 2021

I accidentally left a console log in this PR, whoops. 😃 I'll fix it if anybody is actually interested in merging this. Looks like it's been quite for a while...

}
var asyncMathjax =
(params) => {
console.log(params);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove console.log?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it looked like the maintainer wasn't merging PRs anymore so I didn't bother.

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

Successfully merging this pull request may close these issues.

Manually set inline math delimiter
2 participants