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

How to display mathjax #77

Open
gshoanganh opened this issue Apr 7, 2020 · 0 comments
Open

How to display mathjax #77

gshoanganh opened this issue Apr 7, 2020 · 0 comments

Comments

@gshoanganh
Copy link

Hi ad,
When I �set the equations in Editor, it does not display, but it displays on my site.
can you help me?

 <CKEditor 
                        scriptUrl="https://cdn.ckeditor.com/4.14.0/full-all/ckeditor.js" 
                        activeClass="p10"
                        content={value}
                        events={{
                            "blur": e => this.onBlur(e),
                            "afterPaste": e => this.afterPaste(e),
                            "change": this.handleChange
                        }}
                        config={{
                            readOnly: false, 
                            allowedContent: true,
                            extraPlugins: 'mathjax', 
                        }}
/>

Screen Shot 2020-04-07 at 9 59 28 AM

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

No branches or pull requests

1 participant