--- lbbs/src/article_post.c 2025/10/17 01:25:08 1.33 +++ lbbs/src/article_post.c 2025/10/18 13:22:52 1.34 @@ -851,7 +851,7 @@ int article_reply(const SECTION_LIST *p_ } // Apply LML render to content body - len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0); + len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 1); content_f[len] = '\0'; // Remove control sequence