-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
The document "src/rag/markdown.md" is an introduction to Markdown, a lightweight markup language created by John Gruber in 2004. Markdown allows users to add formatting to plain text documents using specific syntax as opposed to the immediate visual formatting seen in WYSIWYG editors like Microsoft Word. For example, a heading is created by adding a number sign before the text (e.g., # Heading One), and bold text is formatted by placing two asterisks around the phrase (e.g., **this text is bold**). The document describes how Markdown may seem unusual for those used to traditional word processing applications, but it is a widely used and simple way to format text. | ||
<FILE lang="md" file="src/rag/markdown.md"> | ||
Markdown is a lightweight markup language created by John Gruber in 2004. It is used to add formatting elements to plain text documents and is popular globally. Unlike WYSIWYG editors like Microsoft Word, which provide immediate visual feedback through a graphical interface, Markdown requires adding specific syntax to the text to indicate formatting. For example, a heading is denoted by adding a number sign (#) before the text, and bold text is surrounded by two asterisks (**). Beginners may find it takes some time to become accustomed to reading and writing Markdown syntax, especially if they have experience with visual text editors. The document provides an example file displayed in the Visual Studio Code editor. |