Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-klein committed Aug 3, 2023
1 parent 9c214b3 commit 104b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prosemirror-markdown/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Defines a parser and serializer for [CommonMark](http://commonmark.org/) text.

export {schema} from "./schema"
export {defaultMarkdownParser, MarkdownParser, ParseSpec} from "./from_markdown"
export {defaultMarkdownParser, MarkdownParser} from "./from_markdown"
export {MarkdownSerializer, defaultMarkdownSerializer, MarkdownSerializerState} from "./to_markdown"

0 comments on commit 104b084

Please sign in to comment.