Skip to content

Commit

Permalink
fix: correct markdown in initial diff mode
Browse files Browse the repository at this point in the history
Fixes #321
  • Loading branch information
petyosi committed Jan 21, 2024
1 parent 8c04e42 commit 4cde7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ export const corePlugin = realmPlugin<{
init(r, params) {
r.register(createRootEditorSubscription$)
r.register(createActiveEditorSubscription$)
r.register(markdownSignal$)
r.pubIn({
[initialMarkdown$]: params?.initialMarkdown.trim(),
[iconComponentFor$]: params?.iconComponentFor,
Expand Down

0 comments on commit 4cde7f8

Please sign in to comment.