::: slot module1
this is module1
::::
::: slot module2
this is module2
:::
[[toc]]
这是一条引用
> 这是一条引用
信息
这是一个信息
::: info 信息
这是一个信息
:::
告示
这是一个提示
::: tip 告示
这是一个提示
:::
警告
这是一个警告
::: warning 警告
这是一个警告
:::
STOP
危险区域,禁止通行
::: danger STOP
危险区域,禁止通行
:::
console.log('你好,VuePress!')
::: details 点击查看代码
```
console.log('你好,VuePress!')
```
:::
{{ This will be displayed as-is }}
::: v-pre
`{{ This will be displayed as-is }}`
:::
居中文字
::: center
居中文字
:::
居右文字
::: right
居右文字
:::
我是 高亮 的
我是 ==高亮== 的
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
``` js {1,3-5}
export default {
data () {
return {
msg: 'Highlighted!'
}
}
}
```
更多用法参照:https://v1.vuepress.vuejs.org/zh/guide/markdown.html
🎉
:tada:
看板娘
调色板
多语言
- [ ] 看板娘
- [ ] 调色板
- [x] 多语言
19th H2O
19^th^
H~2~O
脚注 1 链接[1].
脚注 1 链接[^first].
[^first]: 这是一个脚注
```flow
st=>start: Start|past:>http://localhost:8080/exp.html[blank]
e=>end: End|future:>http://localhost:8080/exp.html
op1=>operation: My Operation|past
op2=>operation: Stuff|current
sub1=>subroutine: My Subroutine|invalid
cond=>condition: Yes
or No?|approved:>http://localhost:8080/exp.html
c2=>condition: Good idea|rejected
io=>inputoutput: catch something...|future
st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e
```
Euler’s identity is a beautiful formula in .
Euler’s identity $e^{i\pi}+1=0$ is a beautiful formula in $\mathbb{R}^2$.
$$
\frac {\partial^r} {\partial \omega^r} \left(\frac {y^{\omega}} {\omega}\right)
= \left(\frac {y^{\omega}} {\omega}\right) \left\{(\log y)^r + \sum_{i=1}^r \frac {(-1)^i r \cdots (r-i+1) (\log y)^{r-i}} {\omega^i} \right\}
$$
<p><span id="hello">点我试试</span></p>
document.querySelector("#hello").addEventListener("click", () => {
alert("hello world");
});
span {
color: red;
}
::: demo 这是 demo 标题
```html
<p><span id="hello">点我试试</span></p>
```
```js
document.querySelector("#hello").addEventListener("click", () => {
alert("hello world");
});
```
```css
span {
color: red;
}
```
:::
存在超自然现象,谨慎使用!
---
title: 标题
date: 日期 2021-03-4
tags:
- JavaScript
- Vue
- ElementUI
author: 作者
location: 地理位置
layout: 模板
meta:
- name: description
content: seo用页面描述
- name: keywords
content: seo用关键词
summary: 列表显示文章简述
permalink: 伪静态用生成文章url
metaTitle: 网页的title
sitemap:
changefreq: monthly [alway|shourly|daily|weekly|monthly|yearly|never]
styleClass: someClass
comment: false
waiting: false
---
其他格式 请使用 Typora 编辑器辅助使用 或者参照
https://markdown-it.github.io/
https://vuepress-theme-hope.github.io/md-enhance/zh/guide/
书写规范,参见
这是一个脚注 ↩︎