Skip to content

rickhau/rickhau.github.io

Repository files navigation

rickhau.github.io

Rickhau's Technical Memos

Github Blogger CI

Build Status

This is mainly the CI blogger page

Pelican Folders

Markdwon Cheatsheet

  1. Use "pre" html tag to preserve the format w/o rendering
  2. Use CSS to render <sp> and <tab> tag with text-indent values
	sp {
		text-indent: 2em;
	}

	tab {
		text-indent: 4em;
	}
  3. `&nbsp;` : space
  4. `&ensp;` : 2 space
  5. `&emsp;` : 4 space