美文网首页
markdown笔记

markdown笔记

作者: 大杠头一枚 | 来源:发表于2016-10-03 21:25 被阅读0次

welcome to china

markdown is a new try
This is italic

this is first time to use

enjoy to use

it is really good

下面是列表

  • 好处1
  • 好处2

同类好处

  1. 好处1
  2. 好处2

这里面大家可以参考如下新浪微博
好了这里放个图出来


真心效果不错啊

写到这里就不能不说一下杜甫曾写过的一首诗

两个黄鹂鸣翠柳
一行白鹭上青天
窗含西岭千秋雪
门泊东吴万里船

真是好诗,一首不错的诗,一首超烦脱俗的好诗,必将为后世所传唱,这就是杜甫
下面我将引入一组代码,从最简单的开始hello world
要是一段代码就是这个样子了

public MainClass(String s) {
  super(s);
  control = new ControlSnake();
  control.setFocusable(true);
  kit = Toolkit.getDefaultToolkit();
  dimen = kit.getScreenSize();

然后我再试一下表格

序号 星期 活动
1 星期一 上课

This is google

<table>
       <br/>
       <tr> 
            <td>Foo<1&2</td>
      </tr>
</table>
  1. first
  2. second
  3. third

     <table>
          <div class="footer">
          © 2004 Foo Corporation
          </div>
           <br/>
           <tr> 
                <td>Foo<1&2</td>
          </tr>
    </table>    

1986. What a great season.

  • 第一点
  • 第二点
  • 第三点

相关文章

网友评论

      本文标题:markdown笔记

      本文链接:https://www.haomeiwen.com/subject/pmldyttx.html