On 02/23/2016 03:23 PM, James Montalvo wrote:
So img tags are not whitelisted, and thus are they are treated as a literal string. By default the PHP parser does the same thing, but there's $wgAllowImageTag to allow img tags.
...
I totally understand that bare image tags are not ideal in many cases, but they're acceptable in my use case. I'm sure many other intranet wikis would agree. Any chance an option similar to $wgAllowImageTag could be added to Parsoid?
This is a Parsoid bug. We should be respecting this configuration flag. We do fetch a wiki's config, so fixing this should simply be a matter of respecting this config flag and updating the whitelist. So, the answer to your question is yes.
Subbu.