update comment

This commit is contained in:
yggverse 2025-03-05 14:37:00 +02:00
parent ffc7019fc1
commit f7b653f36a

View file

@ -104,6 +104,7 @@ impl Gemini {
let gutter = Gutter::build(&text_view);
// Disable multiline format on at least one closing tag not found
// gemini://bbs.geminispace.org/s/Gemini/26031
let is_multiline_enabled = {
let mut t: usize = 0;
for l in gemtext.lines() {