@@ -756,13 +756,13 @@ Handlebars.registerPartial("tag/example", this["tmpl"]["tag/example"] = Handleba
756756 var stack1 , helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = helpers . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
757757
758758 return ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . caption : depth0 ) , { "name" :"if" , "hash" :{ } , "fn" :container . program ( 4 , data , 0 ) , "inverse" :container . noop , "data" :data } ) ) != null ? stack1 : "" )
759- + " <div class=\"example-code\">\r\n <pre class=\"prettyprint source language-"
759+ + " <div class=\"example-code\">\r\n<pre class=\"prettyprint source language-"
760760 + alias4 ( ( ( helper = ( helper = helpers . lang || ( depth0 != null ? depth0 . lang : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"lang" , "hash" :{ } , "data" :data } ) : helper ) ) )
761761 + "\"><code class=\"language-"
762762 + alias4 ( ( ( helper = ( helper = helpers . lang || ( depth0 != null ? depth0 . lang : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"lang" , "hash" :{ } , "data" :data } ) : helper ) ) )
763- + "\">"
763+ + "\">\r\n "
764764 + alias4 ( ( ( helper = ( helper = helpers . code || ( depth0 != null ? depth0 . code : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"code" , "hash" :{ } , "data" :data } ) : helper ) ) )
765- + "</code></pre>\r\n </div>\r\n"
765+ + "</code></pre> <!-- Indentation for the code examples! --> \r\n </div>\r\n"
766766 + ( ( stack1 = helpers [ "if" ] . call ( alias1 , ( depth0 != null ? depth0 . run : depth0 ) , { "name" :"if" , "hash" :{ } , "fn" :container . program ( 6 , data , 0 ) , "inverse" :container . noop , "data" :data } ) ) != null ? stack1 : "" ) ;
767767} , "4" :function ( container , depth0 , helpers , partials , data ) {
768768 var stack1 , helper ;
0 commit comments