Skip to content

Commit 1de5933

Browse files
committed
docs: update
1 parent 0d8df1e commit 1de5933

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export interface Options {
170170
markdownItSetup?: (MarkdownIt: MarkdownItAsync) => void | Promise<void>
171171

172172
/**
173-
* Wrap the html in a div
173+
* Wrap the rendered html in a div
174174
*
175175
* @default true
176176
*/
@@ -179,6 +179,8 @@ export interface Options {
179179
/**
180180
* Class names for wrapper div
181181
*
182+
* This option will be ignored if `wrapperDiv` is set to `false`
183+
*
182184
* @default 'markdown-body'
183185
*/
184186
wrapperClasses?: string | string[] | undefined | null | ((id: string, code: string) => string | string[] | undefined | null)

0 commit comments

Comments
 (0)