fix: return markdown content for the old clients when highlighted markdown is requested

This commit is contained in:
Hongbo Wu
2024-08-07 09:34:35 +08:00
parent c15f16eb02
commit 4de6cfc1f8
2 changed files with 6 additions and 9 deletions

View File

@ -114,7 +114,6 @@ import { getStorageFileDetails } from '../../utils/uploads'
export enum ArticleFormat {
Markdown = 'markdown',
Html = 'html',
Distiller = 'distiller',
HighlightedMarkdown = 'highlightedMarkdown',
}