Skip to content

Commit

Permalink
update drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
JiYouMCC committed Oct 16, 2024
1 parent 95e6e37 commit 8c74702
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
48 changes: 48 additions & 0 deletions _drafts/readme.markdown
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/#/)
1 change: 0 additions & 1 deletion _drafts/readme.md

This file was deleted.

0 comments on commit 8c74702

Please sign in to comment.