Skip to content
Snippets Groups Projects

Refactor-v-html-markdown.vue

Merged Abhijeet Chatterjee requested to merge (removed):Remove-v-html-from-markdown.vue into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
<script>
<script>
import katex from 'katex';
import katex from 'katex';
import marked from 'marked';
import marked from 'marked';
import { GlSafeHTMLDirective as SafeHtml } from '@gitlab/ui';
import { GlSafeHtmlDirective as SafeHtml } from '@gitlab/ui';
import { sanitize } from '~/lib/dompurify';
import { sanitize } from '~/lib/dompurify';
import { hasContent, markdownConfig } from '~/lib/utils/text_utility';
import { hasContent, markdownConfig } from '~/lib/utils/text_utility';
import Prompt from './prompt.vue';
import Prompt from './prompt.vue';
Loading