# MDTest

badge: tip badge: warning badge: warn

# 标题

# 三级标题

# 四级标题

# 五级标题
# 六级标题

# 文本

普通

加粗

斜体

链接

kbd

code

删除

# 引用

引用内容 引用内容

嵌套引用 引用内容

# 引用内的标题

  1. 这是第一行列表项。
  2. 这是第二行列表项。

# Emoji

🎉 💯

😃 😦 😎 😉

# 分割线




# 列表

  1. x
  2. x
  3. x
  • x
    • x

      xxx

    • x
      • x
      • x
    • x
  • x
  • x
  1. x
  2. x

# 图片

logo

# 代码

code

Indented code



 




export default {
  data () {
    return {
      msg: 'Highlighted!'
    }
  }
}
1
2
3
4
5
6
7

# 导入










 



















module.exports = {
    base: '/vuepress-theme-talltotal/',
    title: 'vuepress-theme-talltotal',
    description: 'demo',
    markdown: {
        lineNumbers: true,
        toc: {
            includeLevel: [1, 2, 3, 4],
        },
    },
    theme: '/../packages',
    themeConfig: {
        logo: '/imgs/logo.png',
        nav: [
            { text: '首页', link: '/' },
            { text: '测试', link: '/test/demo.html' },
            { text: 'github', link: 'https://github.com/talltotal/vuepress-theme-talltotal' },
        ],
        listAllSidebar: {
            ignore: ['/packages', '/node_modules'],
            showIndex: 'Home',
            modules: ['/test/'],
            groupByDir: true,
        },
        sidebar: 'auto',
        lastUpdated: '最后更新',
    }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

# 表格

First Header Second Header Third Header
Content Cell Content Cell Content Cell
Content Cell Content Cell Content Cell

# 容器

TIP

This is a tip

WARNING

This is a warning

WARNING

This is a dangerous warning

# 目录

最后更新: 1/7/2020, 5:42:36 PM