commit e2060f0588dcd03e4b580016608cc44dad9dc082 from: Omar Polo date: Wed Mar 17 07:47:59 2021 UTC in pre lines, add the alt text as line text commit - a8c28919244b3e705a298eeb3030c11ceb0c89eb commit + e2060f0588dcd03e4b580016608cc44dad9dc082 blob - 206b8100fadc8e4e4d5fde4aa02644932a4ff20c blob + bc1cc431b22f066b13292a7cfc924a67f756826a --- gemtext.c +++ gemtext.c @@ -267,7 +267,7 @@ parse_pre_start(struct parser *p, enum line_type t, co return 0; memcpy(l, buf, len); - return emit_line(p, t, NULL, l); + return emit_line(p, t, l, NULL); } static int