If you plan on using this on your website, just click "Use this template" or fork this repo.
I highly recommend dillinger markdown editor for editing markdown files. repl.it
is also good.
This repo has gh-pages as it's default branch. This will automatically put your README.MD file (this file) on yourusername.github.io/blog.
* Headings
* Tables
* Lists
*ignore markdown characters*
Italic
Bold
Bold and italic
Intelligence is the ability to avoid doing work, yet getting the work done.
-Linus Torvalds
E=MC2
Fn=Fn-1+Fn-2
Wow, code block
Multi-line code block
In markdown, makes a haiku
Japanese poem
With JS syntax highlighting
function fib(n){
if(n < 2) return n;
return fib(n - 1) + fib(n - 2);
}
Note: Tables sometimes render incorrectly when bieng viewed in a browser. If you are having this issue, view this file here
Column | Different column |
---|---|
Table thing one | their called arguments |
Row | No, their called parameters |
Cell | Actually, their called cells. |
- Top list
-Other thing - Top list 2
- Foo
- Bar
- Ack
- List item
- List item
- List item
- List item 1
- List item 2
- List item 3
The repo for this template
Go to my website
Go to the live version of this file
strikethrough
(c) Kaz Malhotra 2019