Pulled in latest changes from NotebookLab
This commit is contained in:
parent
2c643a552e
commit
2f36c5497c
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
import marked from 'marked';
|
||||
import Prompt from './prompt.vue';
|
||||
|
||||
marked.setOptions({
|
||||
sanitize: true,
|
||||
});
|
||||
|
||||
export default {
|
||||
components: {
|
||||
prompt: Prompt,
|
||||
|
|
Loading…
Reference in a new issue