一级标题

1 二级标题

1.1 三级标题

1.1.1 四级标题

1.1.1.1 五级标题
1.1.1.1.1 六级标题

块嵌入:

Transclude of 主题调试用测试文件#^79f32e

无序列表:

  • 项目 1
    • 项目 2
      • 项目 3
        • 项目 4
          • 项目 5
            • 项目 6

有序列表:

  1. 项目 1
    1. 项目 2
      1. 项目 3
        1. 项目 4
          1. 项目 5
            1. 项目 6

这是一条引用

粗体文字
斜体文字
删除文字

待办展示:

  • 这是未完成的待办
  • 这是已完成的待办

[页面引用及方括号样式]

这是一段链接:Google

代码块:

/* Reduce indentation in bullet lists */
ol {
  padding-inline-start: 18px;
}
ul {
  padding-inline-start: 18px;
  list-style-type: disc;
}
 
/* Long bullet list: connect the same levels of bullets with vertical "lines" */
.cm-hmd-list-indent .cm-tab,
ul ul {
  position: relative;
}
.cm-hmd-list-indent .cm-tab::before,
ul ul::before {
  content: "";
  border-left: 1px solid rgba(0, 122, 255, 0.25);
  position: absolute;
}
 
.cm-hmd-list-indent .cm-tab::before {
  left: 0;
  top: -5px;
  bottom: -4px;
}
 
ul ul::before {
  left: -11px;
  top: 0;
  bottom: 0; /* change "left:" value for align of vert. line */
}

表格:

title1title2
item1item2
item3item4

Home

脚注测试 1 ,另一条脚注测试 2

Footnotes

  1. 这是一条脚注

  2. 这是第 2 条脚注