syntax highlighter
The Fine Art of Web Development by Martin Ivanov
AcidJs.XHilite is a syntax highlighter HTML5 Web Component, based on Lea Verou‘s Prism.JS and wrapped as a custom tag with support for multiple languages and both declarative and async loading of the code to be highlighted. Usage: [html] <acidjs-xhilite language="javascript" height="200" width="400"> function sayHi() { return "Hello, World!"; } sayHi(); </acidjs-xhilite> [/html] Recently I … Continue reading “Syntax Highlighter HTML5 Web Component Based on Lea Verou’s Prism.JS”
Categories and Tags
Links
© 2006 - 2024 Martin Ivanov