Loading...
August 24, 2024
•
0.4 min
Hi, this is my first article.
There's not much here, but hopefully I will get around to writing more.
For testing reason, I'm just going to leave some code.
export default function initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
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>
)
}
Until next time.