Valaxy测试页

二级标题

三级标题

四级标题

五级标题
六级标题

Markdown基本及附加功能测试

这是一段基本Markdown格式的文字,包含加粗斜体斜体加粗HTML下划线

删除线

引用部分

嵌套引用

引用内标题

无序列表

  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item

有序列表

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

引用斜体引用加粗引用删除线

引用代码块

c++
#include <bits/stdc++.h>

using namespace std;

int main(int argc, char **argv) {
  cout << "Hello, valaxy!" << endl;
  return 0;
}

无序列表

  • First item
  • Second item
  • Third item
    • Indented item
    • Indented item
  • Fourth item

有序列表

  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

代码块

c++
#include <bits/stdc++.h>

using namespace std;

int main(int argc, char **argv) {
  cout << "Hello, valaxy!" << endl;
  return 0;
}

代码行高亮

c++
#include <bits/stdc++.h>

using namespace std;

int main(int argc, char **argv) {
  cout << "Hello, valaxy!" << endl;
  return 0;
}
js
export default {
  data () {
    return {
      msg: 'Removed'
      msg: 'Added'
    }
  }
}
js
export default {
  data () {
    return {
      msg: 'Error', 
      msg: 'Warning'
    }
  }
}

容器

:::

TIP提示

tip

WARNING注意

warning

DANGER警告

danger

INFO信息

info

Click to expand

Details Content

单行代码sudo vim /etc/resolv.conf

超链接 valaxy

超链接 Katyusha Mindpalace

邮箱 katyusha0x26d@gmail.com

图片

Katyusha avatar
avatar

Emoji 🎉

Katax

When a0a \ne 0, there are two solutions to (ax2+bx+c=0)(ax^2 + bx + c = 0) and they are

x=b±b24ac2ax = {-b \pm \sqrt{b^2-4ac} \over 2a}

Maxwell’s equations:

equationdescription
B=0\nabla \cdot \vec{\mathbf{B}} = 0divergence of B\vec{\mathbf{B}}is zero
×E+1cBt=0\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} = \vec{\mathbf{0}}curl of E\vec{\mathbf{E}}is proportional to the rate of change of B\vec{\mathbf{B}}
×B1cEt=4πcjE=4πρ\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} = \frac{4\pi}{c}\vec{\mathbf{j}} \nabla \cdot \vec{\mathbf{E}} = 4 \pi \rhowha?

mermaid

UnoCSS

image
image

扩展阅读

[1]Markdown教程

[2]Markdown Extension - Valaxy


  1. Markdown里并没有内置的下划线支持,对于下划线的实现,需要使用<u></u>的HTML标签,详情请见扩展阅读[1] ↩︎

  2. 内联脚注测试 ↩︎

算能边缘计算设备开发环境的搭建指北