This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// To resolve all quirks need to use custom elements | |
// Demo: http://fiddle.tinymce.com/7whaab | |
tinymce.init({ | |
selector: 'textarea', | |
// custom html elements will force tinymce to wrap var-inline when formatting | |
// and apply formatting inside of var-block (as it should be) | |
custom_elements: "~var-inline,var-block", | |