Markdown

test

目录

HeadingLevel1

headingLevel2

My Great Heading


using markdown is a good thing to do.
It is a simple way to format text and create structured documents. You can use different heading levels, lists, links, images, and more to enhance your content. Markdown is widely supported and can be converted to HTML for web publishing.

一些文字被加入了下划线

     is a non-breaking space in HTML. It is used to create extra spaces between words or elements in a document. In Markdown, you can use   to add non-breaking spaces to your text.

<p style="text-align:center;"> is a paragraph that is centered using HTML. In Markdown, you can use HTML tags to add additional formatting and styling to your text. However, it is important to note that not all Markdown parsers support HTML, so it is best to use it sparingly and only when necessary.


This text is red using HTML font tag.

This text is yellow using HTML style attribute.

这是可见的段落。

这是另一个可见的段落。

⚠️ 警告: 不要按下大红色按钮!
📝 注意: 日出很美。
💡 提示: 记得珍惜生活中的小事。

This is a blockquote.

It is a way to emphasize a section of text.

You can also include code snippets, tables, and other elements to make your documents more informative and visually appealing.

I hope this helps you understand the basics of using markdown for your documentation needs.

overall, markdown is a versatile and user-friendly tool for creating well-structured documents that can be easily shared and published online.

  1. First item
  2. Second item
  3. Third item
    item
    1. Sub-item
    2. Sub-item
  4. Fourth item
  • First item
  • Second item
  • Third item
    • Sub-item
    • Sub-item
  • Fourth item

hhh


nano
`nano`

<html>
    <head>
	  <title>My HTML Page</title>
    </head>
       <body>
          <h1>Hello, World!</h1>
          <p>This is a simple HTML page.</p>
       </body>
</html>
点击查看代码
package main

import "fmt"

func main(){
 fmt.Println("Hello World")
}



link
https://www.baidu.com
link
hobbit-hole
I love supporting the EFF.
This is the Markdown Guide.
See the section on code.

link

photo

photo

沙漠中的岩石图片

* Without the backslash, this would be a bullet in an unordered list.{}[]\

This word is bold. This word is italic.

This is a regular paragraph.

Foo

This is another regular paragraph.

|name age sex
John 25 male
Samer 30 male
wjh 11111 female
{
    "name": "wjh",
    "age": 11111,
    "sex": "female"
}

Here is a horizontal rule:
a horizontal rule is a line that separates content in a document.[1] It is often used to indicate a change in topic or to create visual breaks between sections. In Markdown, you can create a horizontal rule by using three or more hyphens (---), asterisks (***), or underscores (___) on a new line.[2]

ids

First Term
This is the definition of the first term.
Second Term
This is one definition of the second term.
This is another definition of the second term.

世界是平坦的。 我们现在知道世界是圆的。

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:

版权 (©) — ©
注册商标 (®) — ®
商标 (™) — ™
欧元 (€) — €
左箭头 (←) — ←
上箭头 (↑) — ↑
右箭头 (→) — →
下箭头 (↓) — ↓
度数 (°) — °
圆周率 (π) — π

语法 描述
换行 第一段。

第二段。
语法 描述
列表
  • 项目一
  • 项目二

  1. mark1 ↩︎

  2. Here's one with multiple paragraphs and code.
    Indent paragraphs to include them in the footnote.
    { my code }
    Add as many paragraphs as you like. ↩︎

posted @ 2026-09-04 17:46  无名氏66  阅读(16)  评论(0)    收藏  举报