docs(styleguide): remove 'escape=html' for script ex

This commit is contained in:
Ward Bell 2016-02-25 14:18:26 -08:00
parent 5a5122a7e7
commit 1261cb69f7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ include ../../../_includes/_util-fns
:marked
HTML files can also contain #docregion comments:
code-example(format="linenums" language="html" escape="html").
code-example(format="linenums" language="html").
<!-- #docregion -->
...
<script src="https://code.angularjs.org/2.0.0-beta.7/angular2.sfx.dev.js"></script>