Fixed flow of README.
This commit is contained in:
parent
ce792ec731
commit
aa86ae9c30
1 changed files with 4 additions and 4 deletions
|
|
@ -28,11 +28,11 @@ At present, MarkItDown supports:
|
||||||
## Why Markdown?
|
## Why Markdown?
|
||||||
|
|
||||||
Markdown is extremely close to plain text, with minimal markup or formatting, but still
|
Markdown is extremely close to plain text, with minimal markup or formatting, but still
|
||||||
provides a way to represent important document structure. Importantly, mainstream LLMs,
|
provides a way to represent important document structure. Mainstream LLMs, such as
|
||||||
such as OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into
|
OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into their
|
||||||
their responses unprompted. This suggests that they have been trained on vast amounts of
|
responses unprompted. This suggests that they have been trained on vast amounts of
|
||||||
Markdown-formatted text, and understand it well. As a side benefit, Markdown conventions
|
Markdown-formatted text, and understand it well. As a side benefit, Markdown conventions
|
||||||
a are also highly token-efficient.
|
are also highly token-efficient.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue