fix: Check readable symbols for markdown

This commit is contained in:
Petr Mironychev
2025-04-29 21:55:44 +02:00
parent 43adc95857
commit 9225c0c1a9
3 changed files with 27 additions and 2 deletions

View File

@ -34,6 +34,7 @@ public:
: QObject(parent) {};
Q_INVOKABLE void copyToClipboard(const QString &text);
Q_INVOKABLE QString getSafeMarkdownText(const QString &text) const;
};
} // namespace QodeAssist::Chat