Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

Sample Markdown Document

Introduction

Welcome to this sample Markdown document. Markdown is a lightweight markup language used for formatting text. It's widely used for documentation, readme files, and more.

Features

Headers

Markdown supports multiple levels of headers:

  • Header 1:# Header 1
  • Header 2:## Header 2
  • Header 3:### Header 3

Lists

Unordered List

  • Item 1
  • Item 2
    • Subitem 2.1
    • Subitem 2.2

Ordered List

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

Links

OpenAI is an AI research organization.

Images

Here's an example image:

Sample Image

Code

Inline Code

Usecode for inline code snippets.

Code Block

defgreet(name):
returnf"Hello,{name}!"

print(greet("World"))

[8]ページ先頭

©2009-2025 Movatter.jp