Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensures that embedded images (and the like) do not break. When decoding, an embed would be incorrectly processed as: ```html <center>%{[ data-embed-type="image" data-embed-id="5c9cebaadad15fb329dd5219" data-embed-element="aside" contenteditable="false" ]}%</center> ``` When decoding is disabled, the embed is processed as expected: ```html <center>%{[ data-embed-type="image" data-embed-id="5c9cebaadad15fb329dd5219" data-embed-element="aside" contenteditable="false" ]}%</center> ``` This holds true for other HTML entities that are always being decoded by Base.
- Loading branch information