Skip to content

How to display mathjax #77

@gshoanganh

Description

@gshoanganh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions