Updated marked and katex packages.

This commit is contained in:
Jan Böhmer 2022-07-24 17:11:30 +02:00
parent 7990cf56d1
commit bf1bede626
3 changed files with 16 additions and 16 deletions

View file

@ -1,7 +1,7 @@
'use strict';
import { Controller } from '@hotwired/stimulus';
import * as marked from "marked";
import { marked } from "marked";
import DOMPurify from 'dompurify';
export default class extends Controller {