fix: return markdown content for the old clients when highlighted markdown is requested
This commit is contained in:
@ -114,7 +114,6 @@ import { getStorageFileDetails } from '../../utils/uploads'
|
||||
export enum ArticleFormat {
|
||||
Markdown = 'markdown',
|
||||
Html = 'html',
|
||||
Distiller = 'distiller',
|
||||
HighlightedMarkdown = 'highlightedMarkdown',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user