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

Add math engine option to config #7

Merged
merged 1 commit into from Jan 8, 2017

Conversation

MatchaChoco010
Copy link
Contributor

Add mathEngine option to config.

This option is passed to pandoc args with -- prefix.
For example, following option is passed:

pandoc:
  mathEngine: katex

Then, the args of pandoc is this: [..., "--katex", ...].

If you want to use KaTeX, you can pass katex to the mathEngine option.
By default, mathEngine is mathjax.

@wzpan wzpan merged commit f16d842 into hexojs:master Jan 8, 2017
@wzpan
Copy link
Member

wzpan commented Jan 8, 2017

Looks good. Merged. Thanks.

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.

None yet

2 participants