Markdown Test

A First Level Header

A Second Level Header

Now is the time for all good men to come to
the aid of their country. This is just a
regular paragraph.

The quick brown fox jumped over the lazy
dog's back.

Header 3

This is a blockquote.

This is the second paragraph in the blockquote.

This is an H2 in a blockquote

Some of these words are emphasized. Some of these words are emphasized also. Use two asterisks for strong emphasis. Or, if you prefer, use two underscores instead.

  • Candy.
  • Gum.
  • Booze.
  1. Red
  2. Green
  3. Blue
  • A list item.
  • With multiple paragraphs.
  • Another item in the list.

This is an example link.

This is an example link.

I get 10 times more traffic from Google than from
Yahoo or MSN.

I strongly recommend against using any <blink> tags. I wish SmartyPants used named entities like &mdash; instead of decimal-encoded entites like &#8212;.

If you want your page to validate under XHTML 1.0 Strict,

you've got to put paragraph tags in your blockquotes:

扫描二维码关注公众号,回复: 925176 查看本文章
#include <iostream>
#include <stdio.h>
#include <string.h>

using namespace std;

int main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d\n",a+b);
    return 0;
}

汉字大小测试。

猜你喜欢

转载自www.cnblogs.com/Leohh/p/9057935.html