测试掘金Markdown 快捷键
代码块
function a(){
console.log("hello juejin")
}
function test(){
if(true){
console.log("hello world")
}
}
private string main(){
return name;
}
function getName(){
if(true){
return "hello world"
}
}
行内代码
let a = require("http")
插入图片
-
item1
-
item2
-
item3
-
item4
-
item5
-
item6
1. 测试有序序列 这是一段有序的序列 2. 测试有序序列 这是第二段有序的序列
测试表格
| id | name | pwd |
|---|---|---|
| $1 | 刘信宏 | lxh123456 |
| $2 | 赖红凤 | ll.123 |
| $3 | 陈祥 | chen.123 |