You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headers and backquotes contained in chatbot responses are rendered as regular text. Please look at the screenshot below.
HTML tags are generated properly. This seems to be a pure CSS style issue.
# h1 Heading
## h2 Heading
### h3 Heading
#### h4 Heading
##### h5 Heading
###### h6 Heading
## Horizontal Rules
___
---
***
## Emphasis
**This is bold text**
__This is bold text__
*This is italic text*
_This is italic text_
~~Strikethrough~~
## Blockquotes
> Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows.
The text was updated successfully, but these errors were encountered:
Headers and backquotes contained in chatbot responses are rendered as regular text. Please look at the screenshot below.
HTML tags are generated properly. This seems to be a pure CSS style issue.
The test data used is as follows. It is based on the sample data found at https://markdown-it.github.io/
The text was updated successfully, but these errors were encountered: