markdown-to-html-cli 3.2.12 → 3.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -232,15 +232,6 @@ export interface MDToHTMLOptions extends RunArgvs {
232
232
  rewrite?: RehypeRewriteOptions['rewrite'];
233
233
  /** rewrite URLs of href and src attributes. */
234
234
  reurls?: Record<string, string>;
235
- /**
236
- * rehype-wrap Options
237
- * Wrap selected elements with a given element
238
- * https://github.com/mrzmmr/rehype-wrap/tree/2402bcdb8ea25bd0948cda72e96d16e65a18c1e9#options
239
- */
240
- wrap?: {
241
- selector?: string;
242
- wrapper?: string;
243
- };
244
235
  }
245
236
  export declare function run(opts?: Omit<RunArgvs, "_">): any;
246
237
  export declare const cliHelp: string;