From 96585d7dca66eb6e1e96188217e8988cbbf9e13a Mon Sep 17 00:00:00 2001 From: Dom <3+dom@noreply.103.30.40.54> Date: Mon, 25 May 2026 14:50:49 +0000 Subject: [PATCH] Update Text_format.md --- Text_format.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Text_format.md b/Text_format.md index 382de68..7ce7b64 100644 --- a/Text_format.md +++ b/Text_format.md @@ -25,4 +25,16 @@ 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 +`[^Footnote]: not only for technology,but also dream.` +Syntax:`[^name]: Text.` +# Inline Code +Inline code is used to mark code snippets, commands, variable names and other content in the main text. +Basic syntax:Wrap the content with a single backtick. +Code containing backticks: Use two backticks to wrap the content. +For example: `` `code` ``. +Important! Add spaces between the inner backtick and the outer pair. +# Text Highlight (Extended Syntax) +Text highlight is not part of standard Markdown, but it is supported by many extended versions. +This is a ==Highlight text== . +You can also use the HTML tag `highlight text`. +highlight text