提交 c733e433 编写于 作者: Lab机器人's avatar Lab机器人

update repo.md

上级 a936f175
...@@ -127,7 +127,7 @@ GitLab 充分利用了标准(CommonMark)格式,但还包括对 GitLab 用 ...@@ -127,7 +127,7 @@ GitLab 充分利用了标准(CommonMark)格式,但还包括对 GitLab 用
为了生成图表或流程图,您应该在`mermaid`块内编写文本: 为了生成图表或流程图,您应该在`mermaid`块内编写文本:
````markdown ````markdown
```mermaid ```mermaid
graph TD; graph TD;
A-->B; A-->B;
A-->C; A-->C;
...@@ -136,7 +136,7 @@ graph TD; ...@@ -136,7 +136,7 @@ graph TD;
``` ```
```` ````
```mermaid ```mermaid
graph TD; graph TD;
A-->B; A-->B;
A-->C; A-->C;
...@@ -147,7 +147,7 @@ graph TD; ...@@ -147,7 +147,7 @@ graph TD;
子图也可以使用: 子图也可以使用:
````markdown ````markdown
```mermaid ```mermaid
graph TB graph TB
SubGraph1 --> SubGraph1Flow SubGraph1 --> SubGraph1Flow
subgraph "SubGraph 1 Flow" subgraph "SubGraph 1 Flow"
...@@ -163,7 +163,7 @@ end ...@@ -163,7 +163,7 @@ end
``` ```
```` ````
```mermaid ```mermaid
graph TB graph TB
SubGraph1 --> SubGraph1Flow SubGraph1 --> SubGraph1Flow
subgraph "SubGraph 1 Flow" subgraph "SubGraph 1 Flow"
...@@ -313,7 +313,7 @@ This is on a separate line ...@@ -313,7 +313,7 @@ This is on a separate line
这是单独的一行: 这是单独的一行:
```markdown ```markdown
a^2+b^2=c^2 a^2+b^2=c^2
``` ```
...@@ -515,7 +515,7 @@ Inline `code` has `back-ticks around` it. ...@@ -515,7 +515,7 @@ Inline `code` has `back-ticks around` it.
同样,整个代码块可以用三个反引号( ````` ),三个波浪号( `~~~` )或缩进 4 个或更多的空格来围起来,以实现较大代码体的相似效果。 同样,整个代码块可以用三个反引号( ````` ),三个波浪号( `~~~` )或缩进 4 个或更多的空格来围起来,以实现较大代码体的相似效果。
```markdown ```markdown
```python def function(): ```python def function():
#indenting works just fine in the fenced code block #indenting works just fine in the fenced code block
s = "Python code" s = "Python code"
print s print s
...@@ -578,7 +578,7 @@ But let's throw in a <b>tag</b>. ...@@ -578,7 +578,7 @@ But let's throw in a <b>tag</b>.
上面的四个示例呈现为: 上面的四个示例呈现为:
```markdown ```markdown
var s = "JavaScript syntax highlighting"; var s = "JavaScript syntax highlighting";
alert(s); alert(s);
``` ```
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
创建新项目后,您可以通过界面或通过命令行添加新文件, 要从命令行添加文件,请遵循创建新项目时在屏幕上显示的说明。 创建新项目后,您可以通过界面或通过命令行添加新文件, 要从命令行添加文件,请遵循创建新项目时在屏幕上显示的说明。
> **重要提示:**出于安全原因,强烈建议您在使用命令行时[通过 SSH 与 GitLab 连接](/docs/ssh.md) 。 > **重要提示:**出于安全原因,强烈建议您在使用命令行时[通过 SSH 与 CODEChina 连接](/docs/ssh.md) 。
## 文件[](#files "Permalink") ## 文件[](#files "Permalink")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册