Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi,

I'm using TinyMCE in a component, and when I enter square brackets ([ and ]), they are not parsed correctly. As a result, some brackets are removed or rearranged, and the output does not match the input.

Examples:

Input: {[{[][]}]}
Output: {[{]}[}]

Input: {{{1}[]}}
Output: {{{1}[}}]

Input: [[][]]
Output: Blank

Input: [[1][2]]
Output: 1[2]

My component is implemented using XSL.

Does anyone know why TinyMCE behaves this way or what could be causing this issue?

You must be logged in to vote

Replies: 1 comment

Comment options

Any suggestions?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.