Test

This is a test article

Steven-Zhl 头像
Test

这是一篇测试文章,目的在于测试博客的各种功能。

This is a test article, which is used to test the functions of the blog.

基本markdown语法

子标题

正文

引用

  • 无序列表1
  • 无序列表2
  • 无序列表3
  1. 有序列表1
  2. 有序列表2
  3. 有序列表3
__doc__ = """代码段及高亮"""

from world import me

class Me:
  def __init__(self, name):
    self.name = name

  @staticmethod
  def hello():
    print("Hello World!")

  def hello(self):
    print("I'm" + me.name)

外部链接

图片

扩展markdown语法

$\text{单行公式}:f(x)=\frac{1}{\sqrt{2\pi}\sigma}e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)}$

\[\text{多行公式}: y=\begin{cases} x & x \geq 0 \\ -x & x < 0 \end{cases}\]

Mermaid图表

graph TD; root --> left_child root --> right_child

RSS订阅

  • 不出意外的话,访问Feed链接即可看到用于RSS订阅的xml文件,将URL复制到RSS软件(如Feedly、Inoreader)中即可订阅。
  • 但由于我写的文章通常包括不少代码、Mermaid图、公式等内容,这些是在RSS阅读器中无法渲染的,可能效果会很差….见谅