Post without adsense (disabled)
This post not have any adsense because we set adsense: false on markdown front-matter. (see developer tools)
Code Block Shortcode
Using code block shortcode from official hexo
Plain code
| 1 | alert('Hello World!'); | 
Specifying the language
| 1 | [rectangle setX: 10 y: 10 width: 20 height: 20]; | 
Adding a caption to the code block
| 1 | array.map(callback[, thisArg]) | 
Adding a caption and a URL
| 1 | _.compact([0, 1, false, 2, '', 3]); | 
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
