Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 732 Bytes

File metadata and controls

46 lines (29 loc) · 732 Bytes

Sample Markdown File

This is a sample markdown file to test the md2notion functionality.

Features

  • Bold text
  • Italic text
  • inline code
  • Links

Code Block

function hello() {
    console.log("Hello, World!");
}

Mathematical Formula

Here is an inline formula: $E = mc^2$

And here is a block formula:

$$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$

List

  1. First item
  2. Second item
    • Sub item
    • Another sub item
  3. Third item

Quote

This is a blockquote to test the functionality.

Link

(20 封私信 / 58 条消息) VScode写Markdown能否做到像Typora一样的即时渲染? - 知乎