Skip to content

Commit

Permalink
ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 6, 2024
1 parent aa1890a commit 05f2222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ packages/core/*.temp.*
*.vsix
packages/sample/test.txt
packages/sample/poems/*.txt
packages/sample/src/rag/markdown.md.txt
19 changes: 0 additions & 19 deletions packages/sample/poems/Whispers_of_the_Wind.txt

This file was deleted.

3 changes: 2 additions & 1 deletion packages/sample/src/rag/markdown.md.txt
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.

0 comments on commit 05f2222

Please sign in to comment.