Skip to content

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