The plug-in does not export code blocks included in ChatGPT's replies. This significantly reduces the usefulness of the exported chats, in particular for me as many of the replies include code blocks.
Note that I don't just ask ChatGPT to use code blocks for code but for any text I would like clearly separated.
I have a chat where ChatGPT answers with JavaScript blocks and when downloaded it looks like:
```javascript
const firstLevelItems = document.querySelectorAll('ul > li');
```
The plug-in does not export code blocks included in ChatGPT's replies. This significantly reduces the usefulness of the exported chats, in particular for me as many of the replies include code blocks.
Note that I don't just ask ChatGPT to use code blocks for code but for any text I would like clearly separated.