Skype Bing Code Highlight

Skype chat escaped, highlight, indented code

2023/04/16のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Gaubee
評価
0 0 0
バージョン
0.1
作成日
2023/04/16
更新日
2023/04/16
大きさ
3.71KB
ライセンス
MIT
対象サイト

I use Bing chatbot for searching, but when it provides code, there are issues with unescaped, unhighlighted, and unindented text.
Therefore, I wrote a script to solve these issues.
Highlighting is handled using highlight.js, although there may be some syntax detection errors, it does not have a significant impact on the overall output.
Indenting is handled using a parser, but it is limited to certain web-based languages that can be correctly indented.