jenkins-bot has submitted this change and it was merged.

Change subject: If the user types in ':' at the beginning of a line, make it a 
blockquote
......................................................................


If the user types in ':' at the beginning of a line, make it a blockquote

Depends on I9507219 in VE-core.

Change-Id: I2e3219b473799194f8d305d228fc9eb3403921a8
---
M modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js 
b/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js
index afb5274..bc23fd2 100644
--- a/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js
+++ b/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js
@@ -33,5 +33,5 @@
        new ve.ui.Sequence( 'wikitextDefinition', 'mwWikitextWarning',  [ { 
type: 'paragraph' }, ';' ] )
 );
 ve.ui.sequenceRegistry.register(
-       new ve.ui.Sequence( 'wikitextDescription', 'mwWikitextWarning',  [ { 
type: 'paragraph' }, ':' ] )
+       new ve.ui.Sequence( 'wikitextDescription', 'blockquote',  [ { type: 
'paragraph' }, ':' ], 1 )
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/175911
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2e3219b473799194f8d305d228fc9eb3403921a8
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to