mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
If the user types in ':' at the beginning of a line, make it a blockquote
Depends on I9507219 in VE-core. Change-Id: I2e3219b473799194f8d305d228fc9eb3403921a8
This commit is contained in:
parent
566c6d1972
commit
e314ed9938
|
@ -33,5 +33,5 @@ ve.ui.sequenceRegistry.register(
|
|||
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 )
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue