revert package.json changes, replace markdown in util

This commit is contained in:
Tom (plebeius.eth)
2024-09-16 11:24:54 +02:00
parent d7fd312ae2
commit 15f3c7b830
3 changed files with 19 additions and 3 deletions
@@ -10,7 +10,7 @@ import { CatalogPostMedia } from '../../../components/catalog-row';
import LoadingEllipsis from '../../../components/loading-ellipsis';
import BoxModal from '../box-modal';
import { nsfwTags } from '../home';
import removeMarkdown from 'remove-markdown';
import { removeMarkdown } from '../../../lib/utils/post-utils';
interface PopularThreadProps {
post: Comment;