mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Added tokenizer support for ----
Change-Id: Idc5519350d11ae91b2ec64553f847d56e22d63bb
This commit is contained in:
parent
d5e6ec34aa
commit
1a504a5f54
|
@ -443,6 +443,7 @@ block_line
|
||||||
}
|
}
|
||||||
/ ! { return stops.counters.nopre } pre_indent
|
/ ! { return stops.counters.nopre } pre_indent
|
||||||
/ pre
|
/ pre
|
||||||
|
/ "----" { return new SelfclosingTagTk( "hr", [], {tsr: [pos0, pos]} ); }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A paragraph. We don't emit 'p' tokens to avoid issues with template
|
* A paragraph. We don't emit 'p' tokens to avoid issues with template
|
||||||
|
|
Loading…
Reference in a new issue