Skip to content

Commit

Permalink
🛳 export markdown cell class
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jul 6, 2023
1 parent c7222b2 commit 0d2ead2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-grapes-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'thebe-core': patch
---

Export ThebeMarkdownCell in place of ThebeNonExecutableCell.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { default as ThebeServer } from './server';
export { default as ThebeSession } from './session';
export { default as ThebeNotebook, CodeBlock } from './notebook';
export { default as ThebeCodeCell } from './cell';
export { default as ThebeNonExecutableCell } from './markdown';
export { default as ThebeMarkdownCell } from './markdown';
export { default as PassiveCellRenderer } from './passive';

export * from './options';
Expand Down

0 comments on commit 0d2ead2

Please sign in to comment.