🎨 collapse by default

This commit is contained in:
Erin Schnabel 2025-11-07 08:24:03 -05:00
parent f290c0a58b
commit 803858b2fe
No known key found for this signature in database

View file

@ -180,7 +180,7 @@ export default class SimpleFlashcardsPlugin extends Plugin {
.map((line) => `> ${line}`);
const embedText = [
`> [!${this.settings.calloutType}]+ ${card.heading}`,
`> [!${this.settings.calloutType}]- ${card.heading}`,
...contentLines,
].join("\n");