Supported Markdown

Below is the markdown that is supported in the LLM responses.


Heading level 1

This is the first paragraph.

This is the second paragraph.

This is the third paragraph.

Heading level 2

This is an anchor.

Heading level 3

This is bold and italics.

Heading level 4

This is inline code.

This is a code block:

const Message = () => {
  return <div>hi</div>;
};
Heading level 5

This is an unordered list:

  • One
  • Two
  • Three, and bold

This is an ordered list:

  1. One
  2. Two
  3. Three

This is a complex list:

  1. Bold: One
    • One
    • Two
    • Three
  2. Bold: Three
    • One
    • Two
    • Three
  3. Bold: Four
    • One
    • Two
    • Three
Heading level 6

This is a blockquote.

This is a table:

VegetableDescription
CarrotA crunchy, orange root vegetable that is rich in vitamins and minerals. It is commonly used in soups, salads, and as a snack.
BroccoliA green vegetable with tightly packed florets that is high in fiber, vitamins, and antioxidants. It can be steamed, boiled, stir-fried, or roasted.
SpinachA leafy green vegetable that is dense in nutrients like iron, calcium, and vitamins. It can be eaten raw in salads or cooked in various dishes.
Bell PepperA colorful, sweet vegetable available in different colors such as red, yellow, and green. It is often used in stir-fries, salads, or stuffed recipes.
TomatoA juicy fruit often used as a vegetable in culinary preparations. It comes in various shapes, sizes, and colors and is used in salads, sauces, and sandwiches.
CucumberA cool and refreshing vegetable with a high water content. It is commonly used in salads, sandwiches, or as a crunchy snack.
ZucchiniA summer squash with a mild flavor and tender texture. It can be sautéed, grilled, roasted, or used in baking recipes.
CauliflowerA versatile vegetable that can be roasted, steamed, mashed, or used to make gluten-free alternatives like cauliflower rice or pizza crust.
Green BeansLong, slender pods that are low in calories and rich in vitamins. They can be steamed, stir-fried, or used in casseroles and salads.
PotatoA starchy vegetable available in various varieties. It can be boiled, baked, mashed, or used in soups, fries, and many other dishes.

This is a mermaid diagram:

gitGraph
    commit
    commit
    branch develop
    checkout develop
    commit
    commit
    checkout main
    merge develop
    commit
    commit
\[F(x) = \int_{a}^{b} f(x) \, dx\]