本文仅用做测试 Jekyll 的各种文字效果.

测试标题

这是一个一级标题

这是一个二级标题

这是一个三级标题

这是一个四级标题

这是一个五级标题
这是一个六级标题

测试基本样式

测试 斜体, 加粗混合_样式_ 测试

测试引文

这是一段引文

测试下划线连接单词: this_is_the_underscore

测试删除线: strikethrough

测试上标: 2^(nd) test for superscript.

测试脚注: 插入一个脚注1

测试分割线: ***

测试列表

无序列表:

  • item
  • item
  • item

有序列表:

  1. item
  2. item
  3. item

测试代码插入

测试 inline 方式插入代码 print('Hello, world!').

测试第一种插入代码的方式:

class TestClass {
    public static void main(String[] args) {
        System.out.println("Hello, world!");  // say hello to the world
    }
}

测试第二种插入代码的方式:

def print_hi(name)
  puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.

测试表格

测试无对齐 Markdown 表格:

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

测试带对齐 Markdown 表格:

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

测试图片

Markdown 风格插入图片:

本网站的 favicon

Jekyll 风格插入图片:

测试说明文字
测试说明文字

测试 SVG 图片:

x y *
SVG 图片测试

测试公式

$$ \hat{y} := \text{sgn}(\frac{1}{2}\sum_{i=1}^{n-1}\hat{\alpha}_i y_i \mathcal{K}(\mathbf{x_i},\mathbf{x_n})+\hat{b}) $$
  1. 脚注1.