zoukankan      html  css  js  c++  java
  • markdown基本语法

    1.1 标题

    一级标题

    二级标题

    三级标题

    四级标题

    五级标题

    1.2加粗

    加粗

    1.3 斜体

    斜体

    1.4 高亮

    我高亮了

    1.5 上标

    22

    1.6下标

    H2o

    1.7代码引用

    hello markdown!

    hello markdown!

    1.8代码引用(```式)

    print('hello world')
    

    1.9代码引入(`式)

    print('hello world')

    1.10插入链接(链接显示)

    https://www.baidu.com

    1.11插入链接(链接描述显示)

    百度

    1.12插入图片(链接)

    滑板奥术大师

    1.13插入图片(图片路径)

    sadasdas

    1.14有序列表

    1. one
    2. two
    3. three

    1.15 无序列表

    • one
    • two
    • three

    1.16分割线


    1.17 表格而且第二行必须得有,并且第二行的冒号代表对齐格式分别是居中,左对齐,右对齐

    name age sex
    tony 20
    lucy 18

    1.18 数学公式(行内嵌)

    数学公式 $ sum_{i=1}^{10}f(i),, ext{thanks}$

    1.19数学公式

    [sum_{i=1}^{10}f(i)\,\, ext{thanks} ]

    2.0 总结

    以上所述就是Markdown的基本标签,虽然不多,但是可以解决大部分情况。

  • 相关阅读:
    mybatis入门
    windows环境下搭建RocketMQ
    主键-雪花算法
    Springboot杂七杂八
    springboot整合webSocket的使用
    sss
    sss
    sss
    sss
    sss
  • 原文地址:https://www.cnblogs.com/oxtime/p/11172631.html
Copyright © 2011-2022 走看看