@bhsd/codemirror-mediawiki 2.11.0 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/main.min.js +12 -12
- package/dist/mw.min.js +8 -8
- package/dist/mw.min.js.map +3 -3
- package/i18n/en.json +2 -2
- package/i18n/zh-hans.json +2 -2
- package/i18n/zh-hant.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -211,7 +211,7 @@ const tree = cm.getNodeAt(0);
|
|
|
211
211
|
<details>
|
|
212
212
|
<summary>Expand</summary>
|
|
213
213
|
|
|
214
|
-
*version added: 2.11.
|
|
214
|
+
*version added: 2.11.1*
|
|
215
215
|
|
|
216
216
|
**param**: `unknown` the optional language configuration
|
|
217
217
|
Initialize the editor.
|
|
@@ -516,6 +516,6 @@ Matched or unmatched tags are highlighted in cyan or dark red when the cursor is
|
|
|
516
516
|
|
|
517
517
|
## useMonaco
|
|
518
518
|
|
|
519
|
-
*version added: 2.11.
|
|
519
|
+
*version added: 2.11.1*
|
|
520
520
|
|
|
521
521
|
Use the Monaco editor instead of the CodeMirror editor.
|