CX2 should adapt poems. There is nothing special to adapt a content from one language to another.
There are a few technical glitches though
- The <poem>....</poem> content in source article triggers an API call to render the wikitext to html to display. It is originated from ve.ce.MWExtensionNode.prototype.generateContents This causes the source section having a small height initially and then get expanded to multiple lines section once the network request to do fragment rendering complete. This change in source article does not trigger any alignment correction - causing the wrong section alginment till another section alignment call is done for the articles.
- The fragment rendering api call from ve.ce.MWExtensionNode.prototype.generateContents goes to the localwiki instead of source or target language wiki. To be fixed