-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
JiYouMCC
committed
Oct 16, 2024
1 parent
95e6e37
commit 8c74702
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
layout: post | ||
title: "草稿模板" | ||
date: 2099-01-01 00:00:00 +0800 | ||
categories: 技术 镜头 生活 游戏 | ||
tags: python javascript jquery css ubuntu linux 猫 | ||
issue: 49 | ||
use_code: true | ||
--- | ||
这里放个模板,用来放草稿 | ||
|
||
<!--more--> | ||
|
||
## 标题从h2开始 | ||
|
||
标题例子 | ||
|
||
## 一些小的插件例子 | ||
|
||
### 在新窗口打开的超链接 | ||
|
||
[文字](https://链接.com/){:target="_blank"} | ||
|
||
### 代码类 | ||
|
||
#### 代码高亮 | ||
|
||
``` | ||
use_code: true | ||
``` | ||
|
||
#### 使用MathJax | ||
|
||
``` | ||
use_math: true | ||
``` | ||
|
||
$$2^2=4, 2^3=8, 2^4=16, 2^5=32$$ | ||
|
||
格式参考: [](https://www.mathjax.org/) | ||
|
||
#### 试用mermaid | ||
|
||
``` | ||
use_mermaid: true | ||
``` | ||
|
||
参考: [](https://mermaid.js.org/#/) |
This file was deleted.
Oops, something went wrong.