mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
8fbcf6f962
It turns out the TextExtracts extension is build in a way so that the parameter plaintext=1 alone is not enough. It does not really mean "please return plain text" but "please don't return HTML". It can still return one of three formats: * Wikitext. * An intermediate parser format where headlines are not `== this ==` but `��2��this`. * Actual flat plain text. The default is wikitext. That's why we see `== wikitext syntax ==` in certain edge-case situations. Forcing it to "plain" fixes this. Bug: T271439 Change-Id: I3035fb3df99680af8bbd10c4513aed730013c344 |
||
---|---|---|
.. | ||
node-qunit | ||
phpunit | ||
selenium |