zoukankan      html  css  js  c++  java
  • 我爱Markdown (3)

    继续Markdown的常见语法, 本文将介绍:

    • 07 - Links 链接
    • 08 - Images 图片
    • 09 - Blockquotes 块引用
    • 10 - Backslash Escapes 显示保留字符加反斜杠
    • 11 - Task Lists 任务列表
    • 12 - Tables 表格
    • 13 - Code and Syntax Highlighting 代码块和语法高亮

    07 - Links 链接

    • 语法

    • 效果

    08 - Images 图片

    • 语法
    ![Alt Text](url)
    • 效果

    09 - Blockquotes 块引用

    • 语法

    • 效果

    10 - Backslash Escapes 显示保留字符加反斜杠

    Markdown allows you to use backslash escapes to generate literal characters 
    which would otherwise have special meaning in Markdown's formatting syntax. 
    It provides backslash escapes for the following characters:
        backslash
    `    backtick
    *    asterisk
    _    underscore
    {}   curly braces
    []   square brackets
    ()   parentheses
    #    hash mark
    +    plus sign
    -    minus sign (hyphen)
    .    dot
    !    exclamation mark

    例如:

    11 - Task Lists 任务列表

    • 语法

    • 效果

    12 - Tables 表格

    • 语法

    • 效果

    13 - Code and Syntax Highlighting 代码块和语法高亮

    • 语法

    • 效果

    参考资料:

  • 相关阅读:
    python之map,filter
    python函数的闭包
    Hibernate查询对象的方法浅析
    底部浮动
    DataGrid-自定义排序
    DataGrid-1
    Alert
    2014-01-04 SQL练习
    proguard-gui 混淆代码简要笔记
    vim利用coc补全的配置过程
  • 原文地址:https://www.cnblogs.com/idorax/p/7885689.html
Copyright © 2011-2022 走看看