- Issue created by @pdureau
- 🇫🇷France pdureau Paris
A few honest questions...
Do you use a linter on Markdown files? In UI Patterns 2, we use
prettier
.I don't know about
!!! info
!!! failure
!!! success
. Is it a Mkdocs specific notation? Why not using Unicode characters?No screenshots?
- 🇫🇷France Grimreaper France 🇫🇷
Do you use a linter on Markdown files? In UI Patterns 2, we use prettier.
I guess only spellcheck is scanning it.
I prefer to stick to what CI template is providing and then proposing additions in the template directly if needed.
I don't know about !!! info !!! failure !!! success. Is it a Mkdocs specific notation? Why not using Unicode characters?
Ask @mogtofu33 ;) 📌 Convert documentation to Gitlab pages with markdown Needs review .
Yes, those are Mkdocs plugins specific notation that he used in UI Icons and also used here.
Yes on Gitlab rendering of markdown it does not work: https://git.drupalcode.org/project/ui_icons/-/blob/1.1.x/docs/index.md?r...
But on Mkdocs generation it is ok: https://project.pages.drupalcode.org/ui_icons/No screenshots?
Unfortunately it looks like the mkdocs generation is not enabled on MR pipelines, so no screenshot to provide. I agree that currently it is a guess game.