0%

Useful Hexo Tag Plugin Examples

_.compactUnderscore.js
1
2
_.compact([0, 1, false, 2, '', 3]);
=> [1, 2, 3]
hello.jsview raw
1
console.log('Hello world!');

<!-- more -->

default
primary
success
info
warning
danger

default note

primary note

success note

info note

warning note

danger note