mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-05 11:15:25 +08:00
Fix markdown cell props
This commit is contained in:
parent
b5d4e611c7
commit
02c8902272
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ const Cell = {
|
|||
const markdown = new Markdown(markdownContainer, source, {
|
||||
baseUrl: this.props.sessionPath,
|
||||
emptyText: "Empty markdown cell",
|
||||
allowedUriSchemes: this.props.allowedUriSchemes.split(","),
|
||||
allowedUriSchemes: this.props.allowedUriSchemes,
|
||||
});
|
||||
|
||||
liveEditor.onChange((newSource) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue