Skip to content

Instantly share code, notes, and snippets.

@lbwanghr
Last active July 26, 2018 01:49
Show Gist options
  • Save lbwanghr/980d538927ed76af7a76421d68bed382 to your computer and use it in GitHub Desktop.
Save lbwanghr/980d538927ed76af7a76421d68bed382 to your computer and use it in GitHub Desktop.
This gist is to test several ordinary use of MarkDown
# This is `h1` head
## This is `h2` head
**Bolt Font**
__Bolt Font__
*Italic Font*
_Italic Font_
_Italic **Bolt** Font_
>I like pig. Dog admires human, cat despise human, while pig treat everything equally.
![Sample Image](https://daringfireball.net/graphics/markdown/mt_textformat_menu.png)
- list1
- about?
@lbwanghr
Copy link
Author

lbwanghr commented Jul 26, 2018

This is h1 head

This is h2 head

Bolt Font
Bolt Font
Italic Font
Italic Font
Italic Bolt Font

I like pig. Dog admires human, cat despise human, while pig treat everything equally.

int a = 3;
int b=4;
int c=5;

Sample Image

  • list1
    • about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment