Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.11 KB

File metadata and controls

64 lines (39 loc) · 1.11 KB

Say: Give me a markdown content, include title, list, code, table, equation, inline equation, quote, and rich format

The response (copied by the copy buttom)

A Sample Markdown Document

Here's an example markdown document that showcases various markdown features.

Unordered List

  • Item 1
  • Item 2
  • Item 3

Ordered List

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

Code

Here's some code in Python:

def add(x, y):
    return x + y

print(add(2, 3))

Table

Here's a table:

Name Age
Alice 25
Bob 30
Carol 35

Equation

Here's an equation:

$$ ∂2u∂t2=c2∇2u\frac{\partial^2 u}{\partial t^2} = c^2 \nabla^2 u $$

Inline Equation

Here's an inline equation: $E = mc^2$.

Quote

The best way to predict the future is to invent it. - Alan Kay

Rich Format

This isboldand this isitalic. This is a link toGoogle. This is astrikethrough. This is a footnote.1

Footnotes

  1. This is a footnote.