We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7051b5a commit b0e2c1dCopy full SHA for b0e2c1d
aztec/src/main/java/org/wordpress/aztec/Html.java
@@ -225,6 +225,7 @@ public Spanned convert() {
225
reader.setContentHandler(this);
226
try {
227
reader.setProperty(Parser.lexicalHandlerProperty, this);
228
+ source = source.replaceAll("\\[video([^\\]]*)\\]", "<video$1/>");
229
reader.parse(new InputSource(new StringReader(source)));
230
} catch (IOException e) {
231
// We are reading from a string. There should not be IO problems.
0 commit comments