We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8df1e commit 1de5933Copy full SHA for 1de5933
src/types.ts
@@ -170,7 +170,7 @@ export interface Options {
170
markdownItSetup?: (MarkdownIt: MarkdownItAsync) => void | Promise<void>
171
172
/**
173
- * Wrap the html in a div
+ * Wrap the rendered html in a div
174
*
175
* @default true
176
*/
@@ -179,6 +179,8 @@ export interface Options {
179
180
* Class names for wrapper div
181
182
+ * This option will be ignored if `wrapperDiv` is set to `false`
183
+ *
184
* @default 'markdown-body'
185
186
wrapperClasses?: string | string[] | undefined | null | ((id: string, code: string) => string | string[] | undefined | null)
0 commit comments