### Describe the bug > [!NOTE] > Might be getting into edge-casey territory 😁 Some bold text is mishandled in collapsible titles, revealing markup. <img width="843" alt="Image" src="https://github.com/user-attachments/assets/71f74cd9-dadb-4667-b854-3f490e2c8c5a" /> This is migration tooling issue, where asciidoc some pages have bold text immediately succeeding a period in title: Old asciidoc syntax: ```asciidoc .*Expand* for Elastic prerequisites information [%collapsible] ``` Current md syntax: ```markdown 56::::::{dropdown} **Expand** for Elastic prerequisites information ``` ### Expected behavior Should look this <img width="864" alt="Image" src="https://github.com/user-attachments/assets/aeba6cf2-255a-4af7-9925-e98ae186e9ef" /> ### Steps to reproduce Jump to http://localhost:3000/es-build-connector.html for an example: ### Tooling - [ ] docs-builder - [x] migration tooling - [ ] I'm not sure