docs(styleguide): escape app.js script example
This commit is contained in:
parent
e78a04522b
commit
bef24a00de
|
@ -160,10 +160,10 @@ include ../../../_includes/_util-fns
|
|||
HTML files can also contain #docregion comments:
|
||||
|
||||
code-example(format="linenums" language="html" escape="html").
|
||||
<!-- #docregion -->
|
||||
<!-- #docregion -->
|
||||
...
|
||||
<script src="https://code.angularjs.org/2.0.0-alpha.34/angular2.sfx.dev.js"></script>
|
||||
<script src="app.js"></script>
|
||||
<script src="https://code.angularjs.org/2.0.0-beta.7/angular2.sfx.dev.js"></script>
|
||||
<script src="app.js"></script>
|
||||
...
|
||||
|
||||
:marked
|
||||
|
|
Loading…
Reference in New Issue