File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ConsoleInternal/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type ShowdownExtension = {
1717} ;
1818
1919export const markdownConvert = async ( markdown : string , extensions ?: ShowdownExtension [ ] ) => {
20- DOMPurify . addHook ( 'beforeSanitizeElements' , function ( node ) {
20+ DOMPurify . addHook ( 'beforeSanitizeElements' , function ( node ) {
2121 // nodeType 1 = element type
2222
2323 // transform anchor tags
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const QuickStartTaskHeader: React.FC<QuickStartTaskHeaderProps> = ({
8080 }
8181 getParsedTitle ( ) ;
8282 } , [ title ] ) ;
83-
83+
8484 const classNames = css ( 'pfext-quick-start-task-header__title' , {
8585 'pfext-quick-start-task-header__title-success' : taskStatus === QuickStartTaskStatus . SUCCESS ,
8686 'pfext-quick-start-task-header__title-failed' :
You can’t perform that action at this time.
0 commit comments