You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type for the container. For example, if `type`was set to `foo`, only the following syntax will be parsed as a container:
32
+
The type for the container. For example, if `type`is set to `foo`, only the following syntax will be parsed as a container:
33
33
34
34
```md
35
35
::: foo bar
@@ -42,21 +42,21 @@ write something here ~
42
42
- Type: `string`
43
43
- Default: the upper case of `type`
44
44
45
-
The default title for the container. If no title was provided, `defaultTitle` will be showed as the title of the container.
45
+
The default title for the container. If no title is provided, `defaultTitle` will be shown as the title of the container.
46
46
47
47
### before
48
48
49
49
- Type: `string | Function`
50
50
- Default: `undefined`
51
51
52
-
String to be placed before the block. If specified as a function, a argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
52
+
String to be placed before the block. If specified as a function, an argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
53
53
54
54
### after
55
55
56
56
- Type: `string | Function`
57
57
- Default: `undefined`
58
58
59
-
String to be placed after the block. If specified as a function, a argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
59
+
String to be placed after the block. If specified as a function, an argument `info` will be passed to it. (In the example above, `info` will be `bar`.) If specified, it will override `defaultTitle`.
60
60
61
61
### validate
62
62
@@ -77,4 +77,4 @@ The renderer function for opening/closing tokens. If specified, it will override
0 commit comments