From 1261cb69f7dae0ea9be71aa64f8d4b6c230c9c85 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Thu, 25 Feb 2016 14:18:26 -0800 Subject: [PATCH] docs(styleguide): remove 'escape=html' for script ex --- public/docs/_includes/styleguide/_code-examples.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_includes/styleguide/_code-examples.jade b/public/docs/_includes/styleguide/_code-examples.jade index c020e8ffb8..7e8e801b03 100644 --- a/public/docs/_includes/styleguide/_code-examples.jade +++ b/public/docs/_includes/styleguide/_code-examples.jade @@ -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>