十月 7, 2020

各类 md 语法测试

这个文章用来测试 Ghost 对 Markdown 语法的 支持程度和 图片的外联速度

这个文章用来测试 GhostMarkdown 语法的 支持程度和 图片的外联速度

  • 这是表格

Syntax Description 右对齐
Header Title a
Paragraph Text b

  • 这是 letex 数学公式

    • $$\frac{3}{5}+\frac{7}{10} = 1\frac{3}{10}$$
    • $$\begin{pmatrix} a&b\c&d \end{pmatrix} \quad$$
    • $$P_{r-j}=0 $$
    • $$\prod_{\mathfrak{p} \in \Omega}(\frac{\alpha,-1}{\mathfrak{p}})=1,$$
    • $$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$$
    • $$\begin{aligned}x = a+b+c \d+e+f\end{aligned}$$
    • $$y= \begin{cases}-x,\quad x\leq 0 \x,\quad x>0\end{cases}$$
    • $$y=\sqrt[3]{81x^2}$$

  • 着色的代码文件

    {
    "firstName": "John",
    "lastName": "Smith2",
    "age": 25
    }
    
    #!/bin/bash
    /usr/local/bin/test -f /usr/local/etc/config.conf
    

  • emoji

    • Gone camping! :tent: Be back soon.

  • 脚注

    • Here's a simple footnote,[1] and here's a longer one.[2]

  • ToDo 列表

    • [x] Write the press release
    • [ ] Update the website
    • [ ] Contact the media

  • 引用

    Alice : Hello


  • 这是 福利图 😍


  1. This is the first footnote. ↩︎

  2. Here's one with multiple paragraphs and code. ↩︎