Skype Code Highlight For New Bing

Skype chat escaped, highlight, indented code

लेखक
Gaubee
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
62
रेटिंग
1 0 0
आवृत्ती
0.2
बनवली
2023-04-16
अपडेट केली
2023-04-16
आकार
3.72 KB
License
MIT
यांवर लागू होते:

I use New 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.