From bedff9b5ab35b71cd4197f641e288b5b64e1631f Mon Sep 17 00:00:00 2001
From: Dom <3+dom@noreply.103.30.40.54>
Date: Mon, 25 May 2026 14:34:37 +0000
Subject: [PATCH] Add Text_format.md
---
Text_format.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 Text_format.md
diff --git a/Text_format.md b/Text_format.md
new file mode 100644
index 0000000..382de68
--- /dev/null
+++ b/Text_format.md
@@ -0,0 +1,28 @@
+# Line breaks
+**A single press of Enter will not start a new line.**
+Add two spaces at the end of a line, then press Enter.
+Put a backslash () `\` at the end of a line, then press Enter.\
+Use the HTML tag `
`.
+# Font & Text Emphasis.
+Text emphasis is an important writing skill. Markdown provides simple ways to apply bold and italic styles.
+Markdown supports two common text styles: bold and italic.
+Bold syntax: Wrap text with two asterisks ** or two underscores __.
+Italic syntax: Wrap text with one asterisk * or one underscore _.
+Bold and italic syntax: Wrap text wiht three * or _.
+For example: *Italic*,**Bold**,***Bold and italic***.
+# Horizontal Rule (HR)
+In Markdown, the Horizontal Rule is used to add a dividing line, and its usage is very simple.
+Simply enter three or more identical symbols (*,-,_) on a single line. Spaces between symbols are allowed and will not affect the display.
+- - -
+___
+* * *
+# Strikethrough
+Strikethrough syntax: Wrap text with two tilde marks ~~
+~~For example~~
+# Underline
+Markdown has no native syntax for underlines. You need to use HTML tags instead ``.
+Syntax: Use the tag `` to wrap the content.
+Underline text
+# Footnote
+Footnotes are used to add supplementary notes, explanations or citations to text.
+[^Footnote]: not only