--- lbbs/src/article_post.c 2025/07/02 04:17:33 1.24 +++ lbbs/src/article_post.c 2025/09/30 03:02:06 1.25 @@ -837,7 +837,7 @@ int article_reply(const SECTION_LIST *p_ } // Apply LML render to content body - len = lml_plain(row[1], content_f, ARTICLE_CONTENT_MAX_LEN); + len = lml_plain(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0); content_f[len] = '\0'; // Remove control sequence