code highlight generating html as htmlencode
I Just tried this lib , almost all functionality are working , but i tried putting this (the ` are separate by space to avoid github markdown style it )
` ` `
var hello="world";
` ` `
i got this output
<div ng-bind-html="neText" class="ng-binding"><pre><code class="ne-code hljs ">var hello="world";</code></pre></div>
so the html is not rendered , im using the directive, and yes i have highlight : true in the options and included in the script on the index.html
It only supports github styled markdown.
@ritz078 as I explained in the example I used Github markdown I just used `, but the issue is not that, the issue is that when is converted to html, the output is html encoded so is never rendered, it also happens with the included index examples
@hgouveia I tested this in the demo app in latest master and there it does render correctly. There have been updates to the code but no new release yet. The ngEmbed version and libs in the site http://riteshkr.com/ng-embed are outdated.