Commit 2f36c549 authored by Phil Hughes's avatar Phil Hughes

Pulled in latest changes from NotebookLab

parent 2c643a55
......@@ -10,6 +10,10 @@
import marked from 'marked';
import Prompt from './prompt.vue';
marked.setOptions({
sanitize: true,
});
export default {
components: {
prompt: Prompt,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment