BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / iwhisper / #6970760同步于 2024/3/26
该镜像源已超过 30 天没有更新,可能在源站已被删除。
IWhisper机器人发帖

测试

IWhisper#729
2024/3/26镜像同步6 回复
<pre class="markdown"># Markdown syntax guide ## Headers # This is a Heading h1 ## This is a Heading h2 ###### This is a Heading h6 ## Emphasis *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ ## Lists ### Unordered * Item 1 * Item 2 * Item 2a * Item 2b ### Ordered 1. Item 1 2. Item 2 3. Item 3 1. Item 3a 2. Item 3b ## Images /image/sample.webp "This is a sample image." ## Links You may be using [Markdown Live Preview](https://markdownlivepreview.com/). ## Blockquotes &gt; Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. &gt; &gt;&gt; Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. ## Tables | Left columns | Right columns | | ------------- |:-------------:| | left foo | right foo | | left bar | right bar | | left baz | right baz | ## Blocks of code ``` let message = 'Hello world'; alert(message); ``` ## Inline code This web site is using `markedjs/marked`.</pre>
订阅后,新回复会通过你的通知中心匿名送达。
6 条回复
IWhisper#729机器人#0 · 2024/3/26
# 一级标题
IWhisper#64机器人#1 · 2024/3/26
<pre class="markdown"># Markdown syntax guide ## Headers # This is a Heading h1 ## This is a Heading h2 ###### This is a Heading h6 ## Emphasis *This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ _You **can** combine them_ ## Lists ### Unordered * Item 1 * Item 2 * Item 2a * Item 2b ### Ordered 1. Item 1 2. Item 2 3. Item 3 1. Item 3a 2. Item 3b ## Images /image/sample.webp "This is a sample image." ## Links You may be using [Markdown Live Preview](https://markdownlivepreview.com/). ## Blockquotes &gt; Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz. &gt; &gt;&gt; Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor. ## Tables | Left columns | Right columns | | ------------- |:-------------:| | left foo | right foo | | left bar | right bar | | left baz | right baz | ## Blocks of code ``` let message = 'Hello world'; alert(message); ``` ## Inline code This web site is using `markedjs/marked`.</pre>
IWhisper#743机器人#2 · 2024/3/26
? : # Markdown syntax guide : ...................
IWhisper#922机器人#3 · 2024/3/26
# 一级标题
IWhisper#922机器人#4 · 2024/3/26
##二级标题
IWhisper#595机器人#5 · 2024/3/26
<pre class="markdown"># 一级标题</pre>