Skip to content

Commit

Permalink
Fix description in demo/multiplex.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jun 22, 2012
1 parent ee90625 commit 35a7096
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions demo/multiplex.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ <h1><< this is not <html >></h1>
});
</script>

<p>Demonstration of a mode that parses HTML, highlighting
the <a href="http://mustache.github.com/">Mustache</a> templating
directives inside of it by using the code
in <a href="../lib/util/overlay.js"><code>overlay.js</code></a>. View
source to see the 15 lines of code needed to accomplish this.</p>
<p>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 <code>&lt;&lt;
>></code> blocks. See
the <a href="../doc/manual.html#util_multiplex">manual</a> and
the <a href="../lib/util/multiplex.js">source</a> for more
information.</p>

</body>
</html>

0 comments on commit 35a7096

Please sign in to comment.