docs(styleguide): remove 'escape=html' for script ex
This commit is contained in:
parent
5a5122a7e7
commit
1261cb69f7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue