Closed QIvan closed 9 years ago
i solved my question. It's option for task "jade" in build file
options: {
pretty: true,
filters:{
escape: function( block ) {
return block
.replace( /&/g, '&' )
.replace( /</g, '<' )
.replace( />/g, '>' )
.replace( /"/g, '"' )
.replace( /#/g, '#' )
.replace( /\\/g, '\\\\' );
//.replace( /\n/g, '\\n' );
}
}
}
}
},
and for insert to the prezentation
code
include:escape ./app/index.html
Hello! I tried to use bespoke for presentation angularjs for my colleagues. But when i try to insert my html code bespoke removes html-tags =( my code:
with language-javascript it's the same result.
Sorry for my bad english... Thanks!