# markdown语法示例

# 文本

这是文本内容展示

# 代码

这是代码区域展示:

const a = 1;
const b = 2;

function add(a, b) {
  return a + b;
}

console.log(add(a, b));

# 实例运行

# 使用 Element UI 的 Button

以下是组件实例:

# 使用 ProComponent 的 Button

以下是组件实例:

Main Button Secondary Text button

# DemoBlock插件测试

# Vue Demo

这是一个Vue的代码运行实例演示,附带代码展示区域

# Element UI 的 Button 指南

这是Button指南示例,在这里我们既可以运行实例,也可以查看实例代码:

# ProComponent 的 Button 指南

这是Button指南示例,在这里我们既可以运行实例,也可以查看实例代码: