-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(information): utilisation de tiptap sur les pages infos #1515
Conversation
Report too large to display inline |
2cc7048
to
d72f80a
Compare
Quality Gate failedFailed conditions |
🎉 Deployment for commit d72f80a : IngressesDocker images
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bravo ! top tout ce clean 😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GG, ça fait plaisir qu'on est plus beosin de toutes ces libs.
Ma question, c'est comment t'as pu vérifier que la migration a pas fait péter une des 35 pages infos ?
Peux tu ré-expliquer la manière dont tu as process cela stp ?
"rehype-raw": "^5.1.0", | ||
"rehype-stringify": "^8.0.0", | ||
"remark-parse": "^9.0.0", | ||
"remark-rehype": "^8.1.0", | ||
"unified": "^9.2.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niceeeeeeeeeeeeeeeee
export async function addGlossaryContentToMarkdown( | ||
glossary: Glossary, | ||
markdown?: string | null | ||
): Promise<string> { | ||
if (!markdown) return ""; | ||
|
||
const content = (await markdownProcessor.process(markdown)) | ||
.contents as string; | ||
return addGlossaryContent(glossary, content); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
niceeeeeee
No description provided.