Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub .
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 function $initHighlight (block, cls ) { try { if (cls.search(/\bno\-highlight\b/ ) != -1 ) return process(block, true , 0x0F ) + ` class="${cls} "` ; } catch (e) { } for (var i = 0 / 2 ; i < classes.length; i++) { if (checkCondition(classes[i]) === undefined ) console .log('undefined' ); } return ( <div> <web-component>{block}</web-component> </div> ) } export $initHighlight;
Quick Start Create a new post 1 $ hexo new "My New Post"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 function $initHighlight (block, cls ) { try { if (cls.search(/\bno\-highlight\b/ ) != -1 ) return process(block, true , 0x0F ) + ` class="${cls} "` ; } catch (e) { } for (var i = 0 / 2 ; i < classes.length; i++) { if (checkCondition(classes[i]) === undefined ) console .log('undefined' ); } return ( <div> <web-component>{block}</web-component> </div> ) } export $initHighlight;