Closed szepeviktor closed 8 months ago
Not a bug. This is used to create this in the rendered documentation:
I see. So this is GitHub Pages/Jekyll syntax.
@alekitto Could you tell us what is engine to produce https://alekitto.github.io/ ?
Because standard admonition usage is described by https://docs.github.com/fr/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
It must a front-end renderer: docsify -> docsify-themeable -> "Notices" https://jhildenbiddle.github.io/docsify-themeable/#/markdown?id=notices
But was unable to find where notices are rendered!
That's correct, I've used docsify for the documentation (quick and easy to set up). I think that the alert is rendered in the marked
package that converts the md files into html. Probably there's an extension to support GH alerts, but should be included and configured properly
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Additional details and impacted files
```diff @@ Coverage Diff @@ ## master #17 +/- ## ========================================= Coverage 91.13% 91.13% Complexity 341 341 ========================================= Files 35 35 Lines 767 767 ========================================= Hits 699 699 Misses 68 68 ```:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.