2026.07.8925
This release supports JetBrains IDEs up to version 2026.2.
New feedback widget
The feedback widget has been redesigned to provide a more intuitive and user-friendly experience. The new widget includes predefined answers as suggestions and an integrated section for quick "Was this page helpful?" answers that can be sent independent of the main feedback.
Quotes
Use the new <quote> element to add quotes to your documentation.
This is a quote.
For more information, see Quote.
Sticky table headers
Use <table sticky-header="true"> for long tables to force the header row to remain visible while scrolling through the table.
One | Two | Three |
|---|---|---|
Lorem | Ipsum | Dolor |
Lorem | Ipsum | Dolor |
Lorem | Ipsum | Dolor |
Lorem | Ipsum | Dolor |
For more information, see Sticky headers.
Links as buttons
Use <a href="some.topic" as="button">Label</a> to add a button that links to the specified target.
For more information, see Links as buttons.
New folding regions
Fold <img> tags and %variables% in the editor for convenience. Hover over the folded regions to see the content. Expand the folded region by clicking it.
You can disable automatic folding for these and other regions in the settings under .
Other fixes and improvements
Tips, notes, and warning now always render at the same width as the rest of the content.
Expand icon for collapsible content should now work correctly in Safari.
Various fixes to improve the performance, memory consumption, and stability when loading the project and rendering the preview.