chore: force vocab onto newline in activity markdown (#2308)
This commit is contained in:
parent
6b75c61514
commit
bfaad6d193
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue