We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e2511 commit 208886bCopy full SHA for 208886b
1 file changed
src/editors/data/constants/problem.ts
@@ -376,7 +376,7 @@ export const settingsOlxAttributes = [
376
] as const;
377
378
export const ignoredOlxAttributes = [
379
- // '@_markdown', // Not sure if this is safe to ignore; some tests seem to indicate it's not.
+ '@_markdown', // Not sure if this is safe to ignore; some tests seem to indicate it's not.
380
'@_url_name',
381
'@_x-is-pointer-node',
382
'@_markdown_edited',
0 commit comments