Fixed flow of README.

This commit is contained in:
Adam Fourney 2025-03-05 21:03:37 -08:00
parent ce792ec731
commit aa86ae9c30

View file

@ -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