Rickhau's Technical Memos
Github Blogger CI
This is mainly the CI blogger page
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. ` ` : space
4. ` ` : 2 space
5. ` ` : 4 space