Post with custom layout
This is post with custom layout Headers 1234567891011121314# h1 Heading 8-)## h2 Heading### h3 Heading#### h4 Heading##### h5 Heading###### h6 HeadingAlternatively, for H1 and H2, an underline-ish style:Alt-H1======Alt-H2------ h1 Heading 8-) h2 Heading h3 Heading h4 Heading h5 Heading h6 Heading Alternatively, for H1 and H2, an underline-ish style: Alt-H1 Alt-H2 Emphasis 1234567891011121314151617Emphasis, aka italics, with *asterisks* or _underscores_.Strong emphasis, aka bold, with...
Post with adsense
This post is no spesification, just normal post. Blockquote shortcode hexo print blockquote with official hexo shortcode Using Shortcode Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem. Using > Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit,...
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 1alert('Hello World!'); Specifying the language 1[rectangle setX: 10 y: 10 width: 20 height: 20]; Adding a caption to the code block Array.map1array.map(callback[, thisArg]) Adding a caption and a URL _.compactUnderscore.js12_.compact([0, 1, false, 2, '', 3]);=> [1, 2, 3]