You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: __tests__/remove-multiple-spaces.test.ts
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,21 @@ ruleTest({
239
239
> > - e.g., \`Customer\` class might have \`getName\`, \`getAddress\`, but also \`sendEmail\` that sends an email to the customer → Weird; not a major responsibility of the customer → ==not cohesive
240
240
`,
241
241
},
242
+
{// accounts for https://github.com/platers/obsidian-linter/issues/1203
243
+
testName: 'A nested callout/blockquote should not have list item proceeding space removed',
0 commit comments