Hello World
This is markdown Title 2
It seems that this is a better platform to write markdown blog than other sites.
# seems like it is easier to write embedded code snippets
# I can have correct syntax highlighting for some language
import hello
def hello():
print('hello python')
require('hello');
export default function hello() {
console.log('world');
}
Ok, finishing up quick test on this.