<html><head><link rel="canonical" href="https://www.jetbrains.com/help/writerside/8644.html.md/" data-react-helmet="true"/></head><body># 2026.02.8644

&gt; **Tip:**
&gt; Writerside builder image tag on Docker Hub: 2026.02.8644
&gt;
&gt;
&gt;
&gt;
&gt; ```SHELL
&gt; docker pull jetbrains/writerside-builder:2026.02.8644
&gt; ```

This release supports JetBrains IDEs up to version 2025.3.

## Style guide

[Grazie Pro](https://plugins.jetbrains.com/plugin/16136-grazie-pro) is no longer supported starting from 2025.3. Most of its features were migrated to the bundled [Natural Languages](https://plugins.jetbrains.com/plugin/12175-natural-languages) plugin. The [custom style guides](https://plugins.jetbrains.com/plugin/16136-grazie-pro/docs/project-style-guides.html#custom) feature was migrated to Writerside.

* Create a file in the root of your documentation project: New | Writerside Style Guide File

* The file's name is `.wrs-style-guide.yaml`

* The syntax is a subset of [Vale](https://vale.sh/docs/topics/styles/)

* The inspection that highlights violations isSettings | Editor | Inspections | Writerside | Style Checks | Style guide violation

For more information, see [Style guides](style-guides.html).

## Custom banners

You can now add `<custom-banner>` to `buildprofiles.xml` under `<variables>` to show a custom event banner on every page of your help instance below the header.

For more information, see [Add custom banner](customize-the-look.html#custom-banner).

## Work in progress

If you want to mark a TOC item as "work in progress", add `wip="true"` to `<toc-element>`.

For more information, see  `[<toc-element>](instances.html#toc-element)` .

## External redirects inspection and build check

This is not a commonly used feature, but it did break localization in a couple of places. There is now an inspection that will highlight invalid external redirects and fail builds.

&gt; **Tip:**
&gt; If you use a `target-for-accept-web-file-names` attribute on a `<toc-element>`, it must:
&gt;
&gt;
&gt;
&gt; * Be `hidden="true"`
&gt;
&gt; * Define `accepts-web-file-names` or `accepts-web-file-names-ref` from which to redirect
&gt;
&gt; * Not reference any topic or external URL
&gt;
&gt;
&gt;
&gt; Example:
&gt;
&gt;
&gt;
&gt;
&gt; ```
&gt; <toc-element hidden="true"> accepts-web-file-names="some-removed-topic.html"
&gt; target-for-accept-web-file-names="https://www.company.com/blog/post"/&gt;
&gt; ```

For more information, see  `[<toc-element>](instances.html#toc-element)` .

## Other fixes and improvements

* Search results popup now shows full titles with inline formatting

* There should now be a space between a note and a code-block inside a tab

* Code blocks with ERB language and var-like syntax in them no longer produce exceptions

</toc-element></toc-element></toc-element></toc-element></toc-element></variables></custom-banner></body></html>