Skip to content

Commit

Permalink
Merge pull request #26 from marclave/marc/fix/add-missing-transform-t…
Browse files Browse the repository at this point in the history
…ypes

fix: add missing transform types
  • Loading branch information
aguingand authored Jun 25, 2023
2 parents 3721937 + 62076e2 commit cfea25a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ export interface MarkdownOptions {
bulletListMarker?: String,
linkify?: Boolean,
breaks?: Boolean,
transformPastedText?: Boolean,
transformCopiedText?: Boolean,
}

export interface MarkdownStorage {
Expand Down

0 comments on commit cfea25a

Please sign in to comment.