chore: force vocab onto newline in activity markdown (#2308)

This commit is contained in:
ggurdin 2025-04-01 15:27:25 -04:00 committed by GitHub
parent 6b75c61514
commit bfaad6d193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ class ActivityPlanModel {
/// use step emoji for instructions
String get markdown {
String markdown =
''' **$title** \n🎯 $learningObjective \n🪜 $instructions \n📖 ''';
''' **$title** \n🎯 $learningObjective \n🪜 $instructions \n\n📖 ''';
// cycle through vocab with index
for (var i = 0; i < vocab.length; i++) {
// if the lemma appears more than once in the vocab list, show the pos