Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-lam committed Mar 13, 2021
1 parent 5ae7832 commit 45b88f9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,17 +311,11 @@ frank-lam/docs-tutorial: 开发者如何编写优雅的技术文档: https://git

#### 使用代码块和代码高亮

代码高亮

```markdown
```markdown
## 代码高亮
先定位到你的目录,然后输入命令 `ls -al` 即可列出该目录下的所有文件。
```



代码块

```java
## 代码块
​```java
public class HelloWorld {
public static void main(String[] args) {
Expand Down

0 comments on commit 45b88f9

Please sign in to comment.