-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
I'm using WordPress 4.9.2 and Gutenberg 2.1.0.
I'm finding when I'm trying to add shortcode parameters that need quotes (double, single, or whatever) around them, that they're being escaped.
So, I use a plugin that allows me, via a shortcode, to add updates to a post. If I add the following into a block...
[update title="The latest update"]Some text here[/update]
This is showing correctly visually but when switching to HTML is shows as...
[update title="The latest update"]Some text here[/update]
Obviously, when viewed on the site, it displays incorrectly because of the escaping.
Now, this doesn't happen if the shortcode is added as a shortcode block - only if it's added inline or written out manually into a paragraph, for example.
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended