-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
Description
When loading WordPress captions with links, the Example App is failing to parse them correctly.
Reproduction
Simply insert this (valid caption snippet) into HTML mode and switch back to visual:
[caption]<a href="www.wordpress.com"><img src="image.jpg" height="90" width="135"></a>Some text[/caption]Expected
The caption should be parsed correctly into a single image in visual mode.
Actual
Some of the caption text is shown as regular text.