BotFramework-Webchat Middleware for renderMarkdown
问题 I'd like to add renderMarkdown using the React component in the Bot framework. I am able to add through HTML like below and it's working as expected but my requirement is to add the same feature using the react. <!DOCTYPE html> <html> <head> <script src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script> <script src="https://www.acai-hub.com/js/markdown-it.min-8.4.2.js"></script> <style> html, body { height: 100%; } body { margin: 0; } #webchat { height: 100%;