Author: swalling
Description:
Indenting a block of text three spaces in VE produces preformatted text after saving, but this formatting is not shown in edit mode.
Version: unspecified
Severity: normal
Author: swalling
Description:
Indenting a block of text three spaces in VE produces preformatted text after saving, but this formatting is not shown in edit mode.
Version: unspecified
Severity: normal
This is a bit concerning; somehow something is 'helpfully' thinking to interpret these as <pre>s rather than <p>s, which shouldn't happen.
Parsoid issue; input HTML:
| <p>Foo</p> |
| <p> Bar</p> |
| <p> Baz</p> |
| <p> Bang</p> |
| <p> Boom</p> (tab) |
->
| Foo |
| <nowiki> Bar</nowiki> |
| Baz |
| Bang |
| Boom |
First two are correct, rest are not. Presumably checking for " " rather than "\w+"?
https://gerrit.wikimedia.org/r/70091 (Gerrit Change I925d8d) | change APPROVED and MERGED [by jenkins-bot]
[Parsoid component reorg by merging JS/General and General. See bug 50685 for more information. Filter bugmail on this comment. parsoidreorg20130704]