Created By 谢亚昕

Markdown渲染效果-(normal)

用于测试网站的md渲染效果

元数据概述

复制
---
title: 文章标题
desc: 文章描述
pubDate: 文章发布日期
updatedDate: 文章修改日期
author: 作者
hero: 文章头图
heroPosition: 头图展示位置
heroHideTitle: 是否隐藏头图中间的文字
toc: 是否开启悬浮标题
mode: 首行段落是否缩进
comment: 是否可以评论
categories: 
  - 分类1
  - 分类2
---

Headings

The following HTML <h1><h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the lowest.

H2

H3

H4

H5
H6

iframe

Paragraph

Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.

Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.

Images

This is a placeholder image desc

Blockquotes

The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.

Blockquote without attribution

Tiam, ad mint andaepu dandae nostion secatur sequo quae.
Note that you can use Markdown syntax within a blockquote.

Blockquote with attribution

Don’t communicate by sharing memory, share memory by communicating.
Rob Pike1

Tables

ItalicsBoldCode
italicsboldcode
ItalicsBoldCode
italicsboldcode
ItalicsBoldCode
italicsboldcode

Code Blocks

ts
复制
import fs = require('fs')

class MyClass {
  public static myValue: string
  constructor(init: string) {
    this.myValue = init
  }
}
namespace MyModule {
  export interface MyInterface extends Other {
    myProperty: any
  }
}

declare const magicNumber: number
myArray.forEach(() => { }) // fat arrow syntax
测试文本表述

LaTeX 公式

可以创建行内公式,例如 $Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ 。或者块级公式:

$$ x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$

流程图

st=>start: Improve your_::_l10n process!_::_e=>end: Continue to have fun!:>https://youtu.be/YQryHo1iHb8[blank]_::_op1=>operation: Go to locize.com:>https://locize.com[blank]_::_sub1=>subroutine: Read the awesomeness_::_cond(align-next=no)=>condition: Interested to_::_getting started?_::_io=>inputoutput: Register:>https://www.locize.app/register[blank]_::_sub2=>subroutine: Read about improving_::_your localization workflow_::_or another source:>https://medium.com/@adrai/8-signs-you-should-improve-your-localization-process-3dc075d53998[blank]_::_op2=>operation: Login:>https://www.locize.app/login[blank]_::_cond2=>condition: valid password?_::_cond3=>condition: reset password?_::_op3=>operation: send email_::_sub3=>subroutine: Create a demo project_::_sub4=>subroutine: Start your real project_::_io2=>inputoutput: Subscribe_::__::_st->op1->sub1->cond_::_cond(yes)->io->op2->cond2_::_cond2(no)->cond3_::_cond3(no,bottom)->op2_::_cond3(yes)->op3_::_op3(right)->op2_::_cond2(yes)->sub3_::_sub3->sub4->io2->e_::_cond(no)->sub2(right)->op1_::__::_st@>op1({"stroke":"Red"})@>sub1({"stroke":"Red"})@>cond({"stroke":"Red"})@>io({"stroke":"Red"})@>op2({"stroke":"Red"})@>cond2({"stroke":"Red"})@>sub3({"stroke":"Red"})@>sub4({"stroke":"Red"})@>io2({"stroke":"Red"})@>e({"stroke":"Red","stroke-width":6,"arrow-end":"classic-wide-long"})

以及时序图:

没有合适的库,暂不支持时序图解析

提示:想了解更多,请查看流程图[语法][3]以及时序图[语法][4]。

复选框

使用 - [ ]- [x] 语法可以创建复选框,实现 todo-list 等功能。例如:

  • 已完成事项
  • 待办事项1
  • 待办事项2

List Types

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • List item
  • Another item
  • And another item

Nested list

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese
      • sdads

Other Elements — abbr, sub, sup, kbd, mark

GIF is a bitmap image format.

H2O

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.

Footnotes

  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015.