mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-12-11 13:56:02 +00:00
b4e762bd99
In the parser, '*', '#', ';' and ':' can actually become nested lists (<ul>, <ol>, <dt> and <dd>) in any possible combinations. This patch does not yet support the `; dt : dd` syntax. This patch also fixes the 'Unknown highlighting tag undefined' warning. Bug: T184272 Bug: T170042 Change-Id: I13cc55fadbc9b03fd7c70eab123f7e378d52898d |
||
---|---|---|
.. | ||
.eslintrc.json | ||
codemirror.mode.mediawiki.test.js | ||
codemirror.test.js | ||
codemirror.wikieditor.test.js | ||
setup.js |