H1

H2

H3

H4

H5
H6

Alternatively, for H1 and H2, an underline-ish style:


Alt-H1

Alt-H2

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

nihao
nihao
nihao

1.研究意义
2.研究背景
* 国内外
1.研究内容
1.调研

  1. First ordered list item
  2. Another item
  • Unordered sub-list.
  1. Actual numbers don’t matter, just that it’s a number

  2. Ordered sub-list

  3. And another item.

    You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown).

    To have a line break without a paragraph, you will need to use two trailing spaces.
    Note that this line is separate, but within the same paragraph.
    (This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.)

  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
  • Paragraph In unordered list

    For example like this.

Common Paragraph with some text.
And more text.

To reboot your computer, press ctrl+alt+del.

hello world
nihaoshijie
#include <iostream>

int main(int argc, char *argv[]) {

  /* An annoying "Hello World" example */
  for (auto i = 0; i < 0xFFFF; i++)
    cout << "Hello, World!" << endl;

  char c = '\n';
  unordered_map <string, vector<string> > m;
  m["key"] = "\\\\"; // this is an error

  return -2e3 + 12l;
}
    
hover to see the title text:

Inline-style:

![alt text](source source /test3/test3.jpg “很喜欢的一张图片”)

Reference-style:
alt text

s = “Python syntax highlighting”
print s

Hyphens


Asterisks


Underscores

IMAGE ALT TEXT HERE

Pure markdown version:

IMAGE ALT TEXT HERE

1
2
3

var s = "JavaScript syntax highlighting";
alert(s);