空色天絵 / NEO TOKYO NOIR 01
143 字
1 分钟
0 条评论
Fuwacho 独有渲染代码
console.log("hello");console.log("line 5");
console.log("line 6");function long() {
return "very long line that wraps when the container is narrow";
}// hidden setup
import x from "x"
const a = 1
// visible
console.log(a)
// hidden teardown
process.exit()// line 1
// line 2
// line 3
// line 4function demo() {
console.log("deleted");
console.log("inserted");
return "marked";
}line 1
line 2
line 3
line 4function demo() {
return keyword;
}console.log("yes and yep will be marked");diff
+added line
-deleted line
context line function demo() {
- console.log("old");
+ console.log("new");
}提示这里是内容
TIP小技巧内容
WARNING警告内容
[!NOTE]
GitHub 风格提示块
::github{repo="owner/repo"}
相关文章
评论