Branch: refs/heads/okf-velocity-generated-wiki-syntax Home: https://github.com/xwiki/xwiki-dev-llm Commit: ffeeab65cbb1033da2e3eea2f8396018c780ed50 https://github.com/xwiki/xwiki-dev-llm/commit/ffeeab65cbb1033da2e3eea2f83960... Author: Vincent Massol <[email protected]> Date: 2026-09-03 (Thu, 03 Sep 2026) Changed paths: M xwiki/okf/conventions/frontend.md M xwiki/okf/index.md Log Message: ----------- [Misc] Document the blank lines that separate blocks in generated wiki syntax * Add a "Wiki syntax generated from Velocity" section to `okf/conventions/frontend.md`, whose section on markup emitted from a wiki page is the closest home. Velocity drops the newline ending a line that ends with a directive, and `$doc.display` on a wiki TextArea returns the rendered field as a single-line `{{html}}` macro carrying no trailing newline, so a block a page generates silently joins the paragraph before it — nesting a paragraph inside another, or making a standalone-only macro such as `{{gallery}}` refuse to render at all. * Extend the `frontend` topic line in `okf/index.md` accordingly. The mirror in `instructions/xwiki-org.md` already names the topic, so it is untouched. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications