# 233.14272

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

> **Tip:**
> Docker image with the Writerside builder:
>
>
>
>
> ```
> registry.jetbrains.team/p/writerside/builder/writerside-builder:233.14272
> ```

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

## Export to PDF

Writerside can generate a PDF from your documentation sources. The PDF will contain a table of contents with the page numbers and an optional cover page. It can also have some custom text in the header and footer of every page.

![Build PDF action](https://resources.jetbrains.com/help/img/writerside/build-pdf-action.png)

For more information, see [Export to PDF](export-to-pdf.html).

## Paste images into editor

When you copy and then paste an image into the editor, Writerside saves it to the  [images directory](help-modules.html#images-dir)  and inserts a reference to it in the topic.

![Paste image](https://resources.jetbrains.com/help/img/writerside/paste-image.png)

For more information, see [Images](images.html).

## Remove unused images

Unless you carefully clean up every time you remove something from your documentation sources, you are very likely to end up with a lot of unused topics, images, and pieces of content. Writerside provides various features to help you keep the sources clean and perform regular maintenance.

![Unused images](https://resources.jetbrains.com/help/img/writerside/unused-images.png)

For more information, see [Remove unused images](maintenance-and-cleanup.html#remove-unused-images).

## Inspection for topic not in current instance

Writerside can detect if a topic in the editor is not included in the currently selected instance. For more information, see [Detect topic not in current instance](maintenance-and-cleanup.html#not-in-current-instance).

## Notable bug fixes

* [WRS-3460](https://youtrack.jetbrains.com/issue/WRS-3460) Freezes when importing Markdown documentation

* [WRS-3467](https://youtrack.jetbrains.com/issue/WRS-3467) Freezes when working in a WSL environment

* [WRS-3511](https://youtrack.jetbrains.com/issue/WRS-3511) Wide UML diagram does not fit the viewport

* [WRS-3649](https://youtrack.jetbrains.com/issue/WRS-3649) Large image without a thumbnail inspection does not work in Markdown

* [WRS-3741](https://youtrack.jetbrains.com/issue/WRS-3741) Invalid action name for Image in the Insert popup menu

* [WRS-3856](https://youtrack.jetbrains.com/issue/WRS-3856) `ignore-vars` does not work for `<code>`

* [WRS-1013](https://youtrack.jetbrains.com/issue/WRS-1013) `element-id` is considered duplicate ID when included in the same topic

* False positive errors during API documentation reference generation

