当前位置:   article > 正文

Markdown语法_markdown 平方不生效

markdown 平方不生效

MarkDown基础学习

一、标题

  • 样式及使用方式

    • 一级标签

      一级标签

      # 一级标签
      
      • 1
    • 二级标签

      二级标签

      ## 二级标签
      
      • 1
    • 三级标签

      三级标签

      ### 三级标签
      
      • 1
    • 四级标签

      四级标签
      #### 四级标签
      
      • 1

二、字体

  • 样式及使用方式

    • 加粗
      hello,world

      **hello,world**
      
      • 1
    • 斜体

      hello,world

      ***hello,world***
      
      • 1
    • 删除线

      hello,world

      ~~hello,world~~
      
      • 1
    • 高亮显示

      hello,world

      ==hello,world==
      
      • 1
    • 代码

      hello,world

      `hello,world`
      
      • 1
    • 下标

      H2O

      H~2~O
      
      • 1
    • 上标

      x2

      x^2^
      
      • 1

三、引用

  • 样式及使用方式

    • 引用

      引用的内容

      > 引用的内容
      
      • 1

四、分割线

  • 样式及使用方式

    • 下划线


      # 按下enter键生效
      ---
      ***
      
      • 1
      • 2
      • 3

五、图片

  • 样式及使用方式

    • 本地图片

      在这里插入图片描述

      image-20200915142714778
    • 网络图片

      在这里插入图片描述

      image-20200915142808405
    • 图片下标标注

      xx图
      <center>xx图</center>
      
      • 1

六、超链接

七、列表

  • 样式及使用方式

    • 有序列表

      1. a
      2. b
      3. c
      1. a
      
      • 1
    • 无序列表

      • a
      • b
      • c
      - a
      
      • 1

八、表格

  • 样式及使用方式

    • 表格

      姓名性别生日
      # 按下enter键生效
      |姓名|性别|生日|
      
      • 1
      • 2

九、代码块

  • 样式及使用方式

    • java代码块

      public static void main(String[] args){
          System.out.println("Hello,world");
      }
      
      • 1
      • 2
      • 3
      # 按下enter键生效
      ​```java
      
      • 1
      • 2
    • javascript代码块

      var a = "hello,world";
      
      • 1
      # 按下enter键生效
      ​```javascript
      
      • 1
      • 2

十、内联公式

  • 样式及其使用方式

    • 在Typora偏好设置里勾选内联公式打开内联公式支持

      image-20200916175646967
    • 大括号

      { 1111 22 333333 \left\{

      111122333333
      \right. 111122333333

      $$
      \left\{ 
      \begin{matrix}
      1111 \\
      22 \\
      333333 \\
      \end{matrix}
      \right.
      $$
      
      • 1
      • 2
      • 3
      • 4
      • 5
      • 6
      • 7
      • 8
      • 9

      1111 22 333333 } \left.

      111122333333
      \right\} 111122333333

      $$
      \left.
      \begin{matrix}
      1111 \\
      22 \\
      333333 \\
      \end{matrix}
      \right\}
      $$
      
      • 1
      • 2
      • 3
      • 4
      • 5
      • 6
      • 7
      • 8
      • 9

      { 1111 22 333333

      {111122333333
      111122333333

      $$\begin{cases}
      1111 \\
      22 \\
      333333 \\
      \end{cases}$$
      
      • 1
      • 2
      • 3
      • 4
      • 5
    • 下划线

      c o n t e n t ‾ \underline{content} content

      $\underline{content}$
      <u>content</u>
      
      • 1
      • 2
    • 分数、平方

      7 x + 5 1 + y 2 \frac{7x+5}{1+y^2} 1+y27x+5

      $\frac{7x+5}{1+y^2}$
      
      • 1
    • 数学公式大全

    • 内联公式大全

十一、流程图

  • 样式及使用方式

    • 横向流程图

      a=1
      a=2
      方形
      圆角
      条件a
      结果1
      结果2
      横向流程图
      ​```mermaid
      graph LR
      A[方形] -->B(圆角)
          B --> C{条件a}
          C -->|a=1| D[结果1]
          C -->|a=2| E[结果2]
          F[横向流程图]```
      
      • 1
      • 2
      • 3
      • 4
      • 5
      • 6
      • 7
      • 8
    • 竖向流程图

      a=1
      a=2
      方形
      圆角
      条件a
      结果1
      结果2
      竖向流程图
      ​```mermaid
      graph TD
      A[方形] --> B(圆角)
          B --> C{条件a}
          C --> |a=1| D[结果1]
          C --> |a=2| E[结果2]
          F[竖向流程图]```
      
      • 1
      • 2
      • 3
      • 4
      • 5
      • 6
      • 7
      • 8
    • 其他高级图像

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/297473
推荐阅读
相关标签
  

闽ICP备14008679号