Code 码农网
  • 码农网
  • 码农文章
  • 码农社区
  • 码农教程
  • 码农网分类
    码农软件
    码农书籍
    码农日报
    码农工具
  • 码农网登录
  • 码农网注册
  • 码农网导航
    关于码农网
    联系码农网
    码农网导航
  • 码农软件
    码农书籍
    码农日报
    码农工具
​x
85
 
1
# h1 标题
2
## h2 标题
3
### h3 标题
4
#### h4 标题
5
##### h5 标题
6
###### h6 标题
7
​
8
​
9
## 水平线
10
​
11
___
12
​
13
---
14
​
15
***
16
​
17
​
18
## 文本样式
19
​
20
**This is bold text**
21
​
22
__This is bold text__
23
​
24
*This is italic text*
25
​
26
_This is italic text_
27
​
28
~~Strikethrough~~
29
​
30
​
31
## 列表
32
​
33
无序
34
​
35
+ Create a list by starting a line with `+`, `-`, or `*`
36
+ Sub-lists are made by indenting 2 spaces:
37
  - Marker character change forces new list start:
38
    * Ac tristique libero volutpat at
39
    + Facilisis in pretium nisl aliquet
40
    - Nulla volutpat aliquam velit
41
+ Very easy!
42
​
43
有序

HTML 代码:

<h1 id="h1-">h1 标题</h1>
<h2 id="h2-">h2 标题</h2>
<h3 id="h3-">h3 标题</h3>
<h4 id="h4-">h4 标题</h4>
<h5 id="h5-">h5 标题</h5>
<h6 id="h6-">h6 标题</h6>
<h2 id="-">水平线</h2>
<hr>
<hr>
<hr>
<h2 id="-">文本样式</h2>
<p><strong>This is bold text</strong></p>
<p><strong>This is bold text</strong></p>
<p><em>This is italic text</em></p>
<p><em>This is italic text</em></p>
<p><del>Strikethrough</del></p>
<h2 id="-">列表</h2>
<p>无序</p>
<ul>
<li>Create a list by starting a line with <code>+</code>, <code>-</code>, or <code>*</code></li>
<li>Sub-lists are made by indenting 2 spaces:<ul>
<li>Marker character change forces new list start:<ul>
<li>Ac tristique libero volutpat at</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit</li>
</ul>
</li>
</ul>
</li>
<li>Very easy!</li>
</ul>
<p>有序</p>
<ol>
<li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
</ol>
<ol>
<li>You can use sequential numbers...</li>
<li>...or keep all the numbers as <code>1.</code></li>
</ol>
<p>Start numbering with offset:</p>
<ol>
<li>foo</li>
<li>bar</li>
</ol>
<h2 id="-">代码</h2>
<p>Inline <code>code</code></p>
<p>Indented code</p>
<pre><code>// Some comments
line 1 of code
line 2 of code
line 3 of code
</code></pre><p>Block code &quot;fences&quot;</p>
<pre><code>Sample text here...
</code></pre><p>Syntax highlighting</p>
<pre><code class="lang-js">var foo = function (bar) {
  return bar++;
};

console.log(foo(5));
</code></pre>

码农网最新文章

苹果:开发者计划所有会员到本月底必须启用两步认证
NG-ZORRO-MOBILE 0.11.0 发布,antd 移动规范的 Angular 实现
韩国Luna币暴跌 分析师:Luna 2.0也没戏 过去一周缩水一多半
苹果鼓励Beta测试者提交错误来提高iOS 16的软件质量
2021全球半导体设备厂商TOP15:ASML只第二、中国仅1家

码农网最新帖子

2025年5月24日 程序员老黄历,宜:拒绝996
2025年5月23日 程序员老黄历,宜:重构,晚上加班,在妹子面前吹牛,浏览成人网站
谷歌 Chrome 浏览器新特性:AIv3 模型 AI 优化地理位置权限请求
Rocky Linux 10 即将上线,正式支持 RISC-V 架构
2025年5月22日 程序员老黄历,宜:抽烟,提交辞职申请

码农网关键词

码农网 码农 程序员 码农教程 码农社区 码农工具 码农日报 码农头条 码农网论坛 码农网源码 码农网官网
版权所有,保留一切权利!© 2018-2025 码农网 粤ICP备17054400号-3