Skip to main content

Yozora

logo.png

A customizable markdown parser for resolving markdown-like syntax strings into AST.

Try it online.

Live Demo
  
  
将进酒 -- 李白 x2

将进酒

君不见黄河之水天上来,奔流到海不复回。
君不见高堂明镜悲白发,朝如青丝暮成雪。
人生得意须尽欢,莫使金樽空对月。
天生我材必有用,千金散尽还复来。
烹羊宰牛且为乐,会须一饮三百杯。
岑夫子,丹丘生,将进酒,杯莫停。
与君歌一曲,请君为我倾耳听。
钟鼓馔玉不足贵,但愿长醉不复醒。
古来圣贤皆寂寞,惟有饮者留其名。
陈王昔时宴平乐,斗酒十千恣欢谑。
主人何为言少钱,径须沽取对君酌。
五花马、千金裘,呼儿将出换美酒,与尔同销万古愁。

NameAge
Alice21
Bob22
logo
The logo of Yozora

This is a blockquote. Here is deleted contents. waw.

NOTE

note

INFO

info

TIP

success

CAUTION

warning

DANGER

danger

x2+y2=z2

x2+y2=z2

emphasis: foo "bar" foo

autolink(extension): http://example.com

autolink: foo@bar.example.com

Setext headings

Task List Items (extension):

  • foo
    • bar
    • baz
  • bim

This is a blockquote

with multiple lines.

demo.ts 
1
2
3
4
const a = 'a'
const b = 'b'
console.log('a + b:', a + b)
console.log('This is a typescript code snippets')

Hidden the linenos

demo.ts 
const a = 'a'
const b = 'b'
console.log('a + b:', a + b)
console.log('This is a typescript code snippets')

This is a math block:

|f(x)A|=|x21x12|=|x+12|=|x1|<ϵ

heading1

heading2

heading3

heading4

heading5

heading6


This is a footnote [1].

This is a footnote reference [foo-2]


Definitions:

logobaz logo bar logo

logo
The logo of Yozora

guanghechen is the author of yozora.

foo
guanghechen