Jforrester has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/175911

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/11/175911/1

diff --git a/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js 
b/modules/ve-mw/ui/ve.ui.MWSequenceRegistry.js
index 332fbb9..e62cbe0 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' }, ':' ] )
 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2e3219b473799194f8d305d228fc9eb3403921a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>

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

Reply via email to