diff --git a/example/docs/views/other/guide.md b/example/docs/views/other/guide.md index 9b5a4a8..09a7c32 100644 --- a/example/docs/views/other/guide.md +++ b/example/docs/views/other/guide.md @@ -37,6 +37,17 @@ keys: 3. 你可以打开 [午后南杂](http://recoluan.gitlab.io) 来查看效果。 ::: +::: theorem 牛顿第一定律 +假若施加于某物体的外力为零,则该物体的运动速度不变。 + +::: right +来自 [维基百科](https://zh.wikipedia.org/wiki/%E7%89%9B%E9%A1%BF%E8%BF%90%E5%8A%A8%E5%AE%9A%E5%BE%8B) +::: + +::: details +这是一个详情块,在 IE / Edge 中不生效 +::: + > 测试 ## Use diff --git a/index.js b/index.js index 0b2bf2f..bd0211f 100644 --- a/index.js +++ b/index.js @@ -58,20 +58,41 @@ module.exports = (options, ctx) => ({ ['container', { type: 'tip', defaultTitle: { + '/': '', '/zh/': '提示' } }], ['container', { type: 'warning', defaultTitle: { + '/': '', '/zh/': '注意' } }], ['container', { type: 'danger', defaultTitle: { + '/': '', '/zh/': '警告' } + }], + ['container', { + type: 'right', + defaultTitle: '' + }], + ['container', { + type: 'theorem', + before: info => `
${info}
`, + after: '