It's very easy to make some words bold and other words italic with Markdown. You can even link to Google!
- one
- two
- three
- start a line with a star
- tools in book
- aaaaaa
- bbbbbb
- ccccc
- ddddd
function abc(){
return 'abc';
}
if (isAwesome){
return true
}
def abc:
print('abc')