MarkDown基本语法小结

今天学习了Udacity的README课程,知道了写注释和文档的重要性。了解了MarkDown的基本语法,如下:

这是标题h1

这是标题h2

以下是代码

hello world

以下是代码块

<nav class="top">
    <a href="#">
        <span class="glyphicon glyphicon-home redColor">span>天猫首页
    a>
    <span>喵,欢迎来天猫span>
    <a href="#">请登录a>
    <a href="#">免费注册a>
    <span class="pull-right">
        <a href="foreBought">我的订单a>
        <a href="foreCart"><span class="glyphicon glyphicon-shopping-cart redColor">span>购物车<strong>0strong>件a>
    span>
nav>

以下是加粗
this is bold

以下是斜体
this is italic

以下是插入链接
here

以下是插入列表
* item1
* item2
* item3

以下是插入有序列表
1. list1
2. list2
3. list3

以下是插入图片
MarkDown基本语法小结_第1张图片

今天暂时写到这里,喵!

你可能感兴趣的:(技术之路)