fix is_multiline_enabled condition

This commit is contained in:
yggverse 2025-03-05 14:22:55 +02:00
parent 996e80d043
commit cf63416e05

View File

@ -113,7 +113,7 @@ impl Gemini {
m.push(i);
}
}
m.len() % 2 == 0
m.is_empty() || m.len() % 2 == 0
};
// Parse gemtext lines