We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4056943 commit 1822808Copy full SHA for 1822808
services/user-feeds-next/src/articles/formatter/article-formatter.ts
@@ -32,7 +32,7 @@ const FEATURE_CUTOFF_DATES = {
32
* Before this: <i> and <b> tags were not converted, <em> used block formatting causing newlines.
33
* After this: All use inline formatting without unwanted newlines.
34
*/
35
- inlineItalicFormatting: new Date("2025-01-11T01:00:00.000Z"),
+ inlineItalicFormatting: new Date("2026-01-11T01:00:00.000Z"),
36
} as const;
37
38
type FeatureFlag = keyof typeof FEATURE_CUTOFF_DATES;
0 commit comments