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)
Here's an example markdown document that showcases various markdown features.
- Item 1
- Item 2
- Item 3
- First item
- Second item
- Third item
Here's some code in Python:
def add(x, y):
return x + y
print(add(2, 3))
Here's a table:
Name | Age |
---|---|
Alice | 25 |
Bob | 30 |
Carol | 35 |
Here's an equation:
Here's an inline equation:
The best way to predict the future is to invent it. - Alan Kay
This isboldand this isitalic. This is a link toGoogle. This is astrikethrough. This is a footnote.1
- This is a footnote.↩