From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../lib/CodeMirror-2.3/demo/multiplex.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/multiplex.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/multiplex.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/multiplex.html b/codemirror_ui/lib/CodeMirror-2.3/demo/multiplex.html new file mode 100644 index 0000000..9348545 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/multiplex.html @@ -0,0 +1,59 @@ + + + + CodeMirror: Multiplexing Parser Demo + + + + + + + + + +

CodeMirror: Multiplexing Parser Demo

+ +
+ + + +

Demonstration of a multiplexing mode, which, at certain + boundary strings, switches to one or more inner modes. The out + (HTML) mode does not get fed the content of the << + >> blocks. See + the manual and + the source for more + information.

+ + + -- cgit v1.2.3