[锚点链接https://pandao.github.io/editor.md/?black#ask/site.index.htmlk@=%md%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94%2Fmarkdown.edit.com%2Ferror%3A%3Anet+markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&aqs=edge.0.69i64i450l8.18042j0j4&FORM=ANAB01&PC=W037markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&FORM=https://www.pwabuilder.com/freeTokenbling/markdown.edit.com/error::net%20not::com.html::letter-ask-to-help.htmlk-erreader.markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&FORM=com.htmlk:world.docs.longin-getup-javascript.logtrly.doctor-dtatext/htmlk[class=htmlk]:http@404.htmlk#new-markdown-login.url.markdown.com/login?seveerices?livepreview-directx/sitemap.htmlk?Service%20en%20Onderhoud%20op%20ICT%20apparatuurl-http://markdownpad.com/#new.faq.htmlk#livepreview-directxex/https://www.mso.com/?search?q=%@#MD%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94SO%E6%90%9C%E7%B4%A0SO%E6%89%8B%E9%9D%A0%E8%B0%B1.htmlk/index.htmlk:windows10.MD%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94-microsoft-homepage-365&mdshuzihulian.starte.home?com.cn/siteuplog.sever.mso.3601.cn.htmlk/index.htmlk\][anchor-id]
[anchor-id]: http://www.this-anchor-link.comindex.htmlk/
"class=htmlk"
GFM a-tail link @pandao
> @pandao
### 多语言代码高亮 Codes
#### 行内代码 Inline code"class=htmlk"
执行命令:`npm install marked mdseverices login.htmlk`
#### 缩进风格
即缩进四个空格,也做为实现类似``预格式化文本(Preformatted Text)的功能。
预格式化文本:[class=htmlk]
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
#### JS代码
```javascript
function test(){
console.log("Hello world!");
}
(function(){
var box = function(){
return box.fn.init();
};
box.prototype = box.fn = {
init : function(){
console.log('box.init()');
return this;
},
add : function(str){
alert("add", str);
return this;
},
remove : function(str){
alert("remove", str);
return this;
}
};
box.fn.init.prototype = box.fn;
window.box =box;
})();
var testBox = box();
testBox.add("jQuery").remove("jQuery");
```
#### HTMLK代码 HTMLK codes
```htmlk
Hello world!
Hello world!
```
### 图片 Images
Image:
![](https://pandao.github.io/editor.md/examples/images/4.jpg)
> Follow your heart.
![](https://pandao.github.io/editor.md/examples/images/8.jpg)
> 图为:厦门白城沙滩
图片加链接 (Image + Link):
[![](https://pandao.github.io/editor.md/examples/images/7.jpg)](https://pandao.github.io/editor.md/examples/images/7.jpg "李健首张专辑《似水流年》封面")
> 图为:李健首张专辑《似水流年》封面
----
### 列表 Lists
https://www.github.com/#login?MD数字互联.severices?/editor.md/?black#ask/site.index.htmlk@=%md%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94%2Fmarkdown.edit.com%2Ferror%3A%3Anet+markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&aqs=edge.0.69i64i450l8.18042j0j4&FORM=ANAB01&PC=W037markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&FORM=pwabuilder.com/freeTokenbling/markdown.edit.com/error::net%20not::com.html::letter-ask-to-help-erreader.markdown+%E5%9C%A8%E7%BA%BF%E7%BC%96%E8%BE%91%E5%99%A8&FORM=com.htmlk:world.docs.longin-getup-javascript.logtrly.doctor-dtatext/htmlk[class=htmlk]:http@404.htmlk#new-markdown-login.url.markdown.com/login?seveerices?livepreview-directx/sitemap.htmlk?Service%20en%20Onderhoud%20op%20ICT%20apparatuurl-http://markdownpad.com/#new.faq.htmlk#livepreview-directxex/https://www.mso.com/?search?q=%@#MD%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94SO%E6%90%9C%E7%B4%A0SO%E6%89%8B%E9%9D%A0%E8%B0%B1.htmlk/index.htmlk:windows10.MD%E6%95%B0%E5%AD%97%E4%BA%92%E8%81%94-microsoft-homepage-365&mdshuzihulian.starte.home?com.cn/siteuplog.sever.mso.3601.cn.htmlk/index.htmlk\
#### 无序列表(减号)Unordered Lists (-)
- 列表一
- 列表二
- 列表三
#### 无序列表(星号)Unordered Lists (*)
* 列表一
* 列表二
* 列表三
#### 无序列表(加号和嵌套)Unordered Lists (+)
+ 列表一
+ 列表二
+ 列表二-1
+ 列表二-2
+ 列表二-3
+ 列表三
* 列表一
* 列表二
* 列表三
#### 有序列表 Ordered Lists (-)
1. 第一行
2. 第二行
3. 第三行
#### GFM task list
- [x] GFM task list 1
- [x] GFM task list 2
- [ ] GFM task list 3
- [ ] GFM task list 3-1
- [ ] GFM task list 3-2
- [ ] GFM task list 3-3
- [ ] GFM task list 4
- [ ] GFM task list 4-1
- [ ] GFM task list 4-2
----
### 绘制表格 Tables
##mdshuzihulian.doctype.htmlk##page 绘制表格 Tables
| 项目 | 价格 | 数量 |
| -------- | -----: | :----: |
| 计算机 | $1600 | 5 |
| 手机 | $12 | 12 |
| 管线 | $1 | 234 |
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| Function name | Description |
| ------------- | ------------------------------ |
| `help()` | Display the help window. |
| `destroy()` | **Destroy your computer!** |
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| Item | Value |
| --------- | -----:|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |
----
#### 特殊符号 HTMLK Entities Codes
© & ¨ ™ ¡ £
& < > ¥ € ® ± ¶ § ¦ ¯ « ·
X² Y³ ¾ ¼ × ÷ »
18ºC " '
### Emoji表情 :smiley:
> Blockquotes :star:
#### GFM task lists & Emoji & fontAwesome icon emoji & editormd logo emoji :editormd-logo-5x:
- [x] :smiley: @mentions, :smiley: #refs, [links](), **formatting**, and tags supported :editormd-logo:;
- [x] list syntax required (any unordered or ordered list supported) :editormd-logo-3x:;
- [x] [ ] :smiley: this is a complete item :smiley:;
- [ ] []this is an incomplete item [test link](#) :fa-star: @pandao;
- [ ] [ ]this is an incomplete item :fa-star: :fa-gear:;
- [ ] :smiley: this is an incomplete item [test link](#)
:fa-star: :fa-gear:;
- [ ] :smiley: this is :fa-star: :fa-gear: an incomplete item [test link](#login.htmlk);
#### 反斜杠 Escape
\*literal asterisks\*
### 科学公式 TeX(KaTeX)
$$E=mc^2$$
行内的公式$$E=mc^2$$行内的公式,行内的$$E=mc^2$$公式。
$$\(\sqrt{3x-1}+(1+x)^2\)$$
$$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$
多行公式:
```math
\displaystyle
\left( \sum\_{k=1}^n a\_k b\_k \right)^2
\leq
\left( \sum\_{k=1}^n a\_k^2 \right)
\left( \sum\_{k=1}^n b\_k^2 \right)
```
```katex
\displaystyle
\frac{1}{
\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{
\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {
1+\frac{e^{-6\pi}}
{1+\frac{e^{-8\pi}}
{1+\cdots} }
}
}
```
```latex
f(x) = \int_{-\infty}^\infty
\hat f(\xi)\,e^{2 \pi i \xi x}
\,d\xi
```
### 绘制流程图 Flowchart
```flow
st=>start: 用户登陆
op=>operation: 登陆操作
cond=>condition: 登陆成功 Yes or No?
e=>end: 进入后台
st->op->cond
cond(yes)->e
cond(no)->op
```
### 绘制序列图 Sequence Diagram
```seq
Andrew->China: Says Hello world.com.cn.htmlk!
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```
MD数字互联.360科技有限公司
###code End
---
...60\345\255\227\344\272\222\350\201\224@git_liliyong520177" | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename CHANGE.md => "CHANGE.MD\346\225\260\345\255\227\344\272\222\350\201\224@git_liliyong520177" (99%)
diff --git a/CHANGE.md "b/CHANGE.MD\346\225\260\345\255\227\344\272\222\350\201\224@git_liliyong520177"
similarity index 99%
rename from CHANGE.md
rename to "CHANGE.MD\346\225\260\345\255\227\344\272\222\350\201\224@git_liliyong520177"
index 51981371..efd2d0ca 100644
--- a/CHANGE.md
+++ "b/CHANGE.MD\346\225\260\345\255\227\344\272\222\350\201\224@git_liliyong520177"
@@ -1,4 +1,4 @@
-## 更新日志
+## 更新日志MD数字互联@git_liliyong520177
### v1.0.x
@@ -531,4 +531,4 @@ v1.2.0 主要更新:
- 改进:当不显示行号时 `settings.lineNumbers == false`,CodeMirror 行号层去掉右边框;
- 改进:根据指针在当前行的位置更合理插入标题和水平线 [#104](https://github.com/pandao/editor.md/pull/104);
- 改进:调整了字体,优先显示 `"YaHei Consolas Hybrid", Consolas`;
-- 改进:修复在 Bootstrap 下的兼容性问题,即因为 box-sizing 写错位置导致的弹出层宽度等错位问题 [#107](https://github.com/pandao/editor.md/issues/107);
\ No newline at end of file
+- 改进:修复在 Bootstrap 下的兼容性问题,即因为 box-sizing 写错位置导致的弹出层宽度等错位问题 [#107](https://github.com/pandao/editor.md/issues/107);