# 233.14938

> For the complete documentation index, see [llms.txt](https://www.jetbrains.com/help/writerside/llms.txt).

> **Tip:**
> Docker image tag with the Writerside builder: 233.14938
>
>
>
>
> ```SHELL
> docker pull registry.jetbrains.team/p/writerside/builder/writerside-builder:233.14938
> ```

This is the fourth public EAP release of Writerside. Based on IntelliJ platform 2023.3.

## API Docs

New action for adding API documentation from the table of contents.

![Add API Reference](https://resources.jetbrains.com/help/img/writerside/add-api-reference.png)

The action opens a dialog where you can point to the API specification, select the format of generated topics, and configure some other relevant options.

![Generate API Reference dialog](https://resources.jetbrains.com/help/img/writerside/add-api-reference-dialog.png)

For more information, see [Generate API reference](generate-api-reference.html).

## D2 diagrams

Added support for creating D2 diagrams.

![D2 diagram example](https://resources.jetbrains.com/help/img/writerside/d2_diagram.png)

For more information, see [D2 diagrams](d2-diagrams.html).

## Formatting in headings

You can now use inline formatting in headings of chapters, procedures, and other elements that have titles.

![Inline formatting in headings](https://resources.jetbrains.com/help/img/writerside/inline_formatting.png)

## PDF export

* You can now select the keymap to use for produced PDFs. So if you have shortcuts defined for Windows, macOS, and Linux, you can produce three sets of PDF docs.

* Fixed rendering of long code blocks, formatted variables, and links to other topics in the See also section.

## Offline documentation

Produced artifacts no longer depend on external resources hosted at resources.jetbrains.com. Set `<offline-docs>true<offline-docs>` in `buildprofiles.xml` to bundle the frontend application and the PWA icons in the built artifact. This enables you to publish such artifacts as a self-contained website in an isolated environment without internet access.

> **Note:**
> The JetBrains Sans font is not bundled with the offline artifacts. In this case, Writerside uses your system font for offline builds.

## Other fixes and improvements

* Builds can now produce `sitemap.xml` for better SEO. Make sure to properly host it during publication and submit it to Google and other search engines if necessary. For more information, see [Generate sitemap](generate-sitemap.html).

* Added support for dark-themed GIFs.

* The `<color-preset>` option now works as expected in `buildprofiles.xml` and correctly controls the intensity of the [accent color](customize-the-look.html#accent-color).

* Various improvements and fixes of GUI elements, markup validation, and inspections.

## New in Writerside help

* [Git integration](git-integration.html) is a new topic that explains basic Git concepts for documentation authors.

* [Build with Docker](build-with-docker.html) is a new topic that explains how to run the Writerside builder in a Docker container. This is useful if you want to write your own automation script for building and publishing the docs, or a CI/CD pipeline beyond the already covered [GitHub](deploy-docs-to-github-pages.html), [GitLab](deploy-docs-to-gitlab-pages.html), and [TeamCity Cloud](build-on-teamcity.html) cases.

* Reworked some topics to ensure they correctly reflect the current behavior: [Instances](instances.html), [Table of contents](table-of-contents.html), [Conditional content](conditional-content.html), [Inline code and code blocks](code.html), [Summary elements](summary-elements.html).

