You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the language as HTML, any "html", "head" and "body" tags are not showed when parsed. Any tips?
This pen is just an example of the problem http://codepen.io/anon/pen/WroLBM
The text was updated successfully, but these errors were encountered:
You can't use pure hljs directive to highlight HTML code with special tags like html, head, body, since the content of hljs will be parsed by browser before AngularJS even get bootstrapped.
Use either hljs-source or hljs-include to ensure the code doesn't get parsed by browser.
When I set the language as HTML, any "html", "head" and "body" tags are not showed when parsed. Any tips?
This pen is just an example of the problem http://codepen.io/anon/pen/WroLBM
The text was updated successfully, but these errors were encountered: