Skip to content

Commit 35a7096

Browse files
committed
Fix description in demo/multiplex.html
1 parent ee90625 commit 35a7096

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

demo/multiplex.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ <h1><< this is not <html >></h1>
4747
});
4848
</script>
4949

50-
<p>Demonstration of a mode that parses HTML, highlighting
51-
the <a href="http://mustache.github.com/">Mustache</a> templating
52-
directives inside of it by using the code
53-
in <a href="../lib/util/overlay.js"><code>overlay.js</code></a>. View
54-
source to see the 15 lines of code needed to accomplish this.</p>
50+
<p>Demonstration of a multiplexing mode, which, at certain
51+
boundary strings, switches to one or more inner modes. The out
52+
(HTML) mode does not get fed the content of the <code>&lt;&lt;
53+
>></code> blocks. See
54+
the <a href="../doc/manual.html#util_multiplex">manual</a> and
55+
the <a href="../lib/util/multiplex.js">source</a> for more
56+
information.</p>
5557

5658
</body>
5759
</html>

0 commit comments

Comments
 (0)