From aa86ae9c30c94854cf8e261c6f2f2f863b22207e Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Wed, 5 Mar 2025 21:03:37 -0800 Subject: [PATCH] Fixed flow of README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c9b86c..5f9ef70 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ At present, MarkItDown supports: ## Why Markdown? 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, -such as OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into -their responses unprompted. This suggests that they have been trained on vast amounts of +provides a way to represent important document structure. Mainstream LLMs, such as +OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into their +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 -a are also highly token-efficient. +are also highly token-efficient. ## Installation