Skip to content

v27.1.0

Compare
Choose a tag to compare
@tony tony released this 18 Apr 00:53
· 191 commits to master since this release
  • #33: New optional config variables: previewClassName and popupClassName as an array
    of classes, this makes it easier to style the preview:

    {
      "math": {
        "popupClassName": ["myeditor"],
        "previewClassName": ["myeditor"]
      }
    }

    This assures the preview appended to document.body and the popup both are
    accessible via .myeditor.