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

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

## Custom "Last modified" date

Use the  [last-modified](semantic-markup-reference.html#topic_last-modified)  attribute on a  [&lt;topic&gt;](semantic-markup-reference.html#topic)  element to specify the last modified date of this topic in the following format: `YYYY-MM-DD`.

By default, if you do not provide an explicit date for a topic file, Writerside will look for a date in the timestamps file. If there is no date in the timestamps file, it will then try to get the last modification date based on the Git history. If this is not a Git repository, then Writerside will fall back to the last modification date from the file system.

You can also force the described behavior by specifying `last-modified="git"` or `last-modified="file"` instead of a specific date.

## Soft wraps for code blocks

Use the  `[&lt;code-soft-wrap&gt;](buildprofiles-xml.html#code-soft-wrap)`  element in  `[buildprofiles.xml](buildprofiles-xml.html)`  to enable soft wraps in code block. By default, Writerside renders a scroll bar in a code block if there is a long line.

## See also block improvements

You can now set a custom title for the [See also](links-and-references.html#see-also) block using the  [title](semantic-markup-reference.html#seealso_title)  attribute of the  [&lt;seealso&gt;](semantic-markup-reference.html#seealso)  element.

## Starting page improvements

The  [&lt;web-summary&gt;](semantic-markup-reference.html#web-summary)  element is now allowed in [starting pages](section-starting-page.html).

Fixed issue with custom icons sometimes not being rendered in cards.

## Other fixes and improvements

* The plus character `+` is now allowed in the name of a Writerside documentation project

* External links now open with `target="_blank"`

* Writerside now shows the onboarding page only when you install the plugin and when you create a new Writerside documentation project

* Fixed alignment of chevrons with titles in the [Table of contents](table-of-contents.html)

* Fixed broken preview scroll syncing

</body></html>