Last modified: 2014-09-09 09:58:20 UTC
http://ee-flow.wmflabs.org/wiki/Talk:Sandbox Syntax highlighting doesn't work with Flow. Example input: --- <syntaxhighlight lang="css"> .foo { font-weight: bold; } </syntaxhighlight> --- Output is not appropriately highlighted, at least in Flow page headers.
The WMF core features team tracks this bug on Mingle card https://mingle.corp.wikimedia.org/projects/flow/cards/475, but people from the community are welcome to contribute here and in Gerrit.
another example at https://www.mediawiki.org/w/index.php?title=Talk:Sandbox&workflow=050c27a75b2dcc146adc842b2b77e796#flow-post-050c27dd37d200e9aae290b11c2788d8 which is copied from https://www.mediawiki.org/wiki/Talk:About_Beta_Features#HTML (possibly the same as bug 55533 ("VisualEditor: MWSyntaxHighlight* is badly broken") ?)
TheDJ notes, "ah, I see that Resourceloader modules don't work yet :)".[1] So perhaps this bug should be expanded to cover that? I'll leave that up to the devs. [1] at https://www.mediawiki.org/w/index.php?title=Talk:Flow&workflow=rxtlvx7tsc2qqf1b#flow-post-ry5zwru18qpuglqk
On trello at https://trello.com/c/qb7ulCmy/
Flow needs 2 things here. When rendering the original page, it needs to pick up the resources and add them into the parser output, so they end up on the head. Additionally, they need to be transferred in api results, preferably similar to how action=parse does it for prop=modules. This is probably closely related to bug 67540: And specifically you might want to look at one of it's blockers: Bug 51245, bug 58388 and bug 67515 which detail similar problems for VE..