Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headers and backquotes in chatbot responses are rendered as regular text #388

Open
TamiTakamiya opened this issue Jan 2, 2025 · 2 comments · May be fixed by #420
Open

Headers and backquotes in chatbot responses are rendered as regular text #388

TamiTakamiya opened this issue Jan 2, 2025 · 2 comments · May be fixed by #420
Assignees
Labels
PF6 Applies to only the PF6 version
Milestone

Comments

@TamiTakamiya
Copy link

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.

Image

The test data used is as follows. It is based on the sample data found at https://markdown-it.github.io/

# 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.
@github-project-automation github-project-automation bot moved this to Needs triage in PatternFly Issues Jan 2, 2025
@rebeccaalpert rebeccaalpert added the PF6 Applies to only the PF6 version label Jan 3, 2025
@rebeccaalpert
Copy link
Member

rebeccaalpert commented Jan 3, 2025

Hey @kaylachumley - how do you guys want to handle headings/block quotes?

I'll stick this in a sprint depending on what we want to do here.

@kaylachumley
Copy link

Let's follow the structure for headings and block quotes within the content component! https://www.patternfly.org/components/content

@rebeccaalpert rebeccaalpert moved this from Blocked to Not started in PatternFly Issues Jan 10, 2025
@rebeccaalpert rebeccaalpert added this to the 2025.Q1 milestone Jan 10, 2025
@rebeccaalpert rebeccaalpert self-assigned this Jan 13, 2025
@rebeccaalpert rebeccaalpert moved this from Not started to In Progress in PatternFly Issues Jan 21, 2025
@rebeccaalpert rebeccaalpert linked a pull request Jan 28, 2025 that will close this issue
@rebeccaalpert rebeccaalpert moved this from In Progress to PR Review in PatternFly Issues Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PF6 Applies to only the PF6 version
Projects
Status: PR Review
Development

Successfully merging a pull request may close this issue.

3 participants