Replies: 3 comments 11 replies
-
Welcome to the GitHub Community, @rickstaa, we're happy you're here! You are more likely to get a useful response if you are posting your question(s) in the applicable category and are explicit about what your project entails--giving a few more details might help someone give you a nudge in the right direction. I've gone ahead and moved it from |
Beta Was this translation helpful? Give feedback.
-
@rickstaa |
Beta Was this translation helpful? Give feedback.
-
Hi! I've went ahead and created a Jekyll plugin that renders GitHub flavored admonitions! Try it out here: https://github.com/Helveg/jekyll-gfm-admonitions Building GitHub Pages with custom plugins can be quite involved, but I included detailed step-by-step instructions. It would be incredibly useful if you could let me know of any hiccups you encounter along the way. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I am currently using the Note and Warning admonitions in the readme of one of my projects. In this project, I want to use the default GitHub pages Jekyll setup to create a simple webpage based on this. All elements except the custom Note/Warning admonitions seem to work. Since these warnings are relatively new, they are, I think, still not supported in the GFM GitHub page conversion. However, I could not find any documentation supporting this hypothesis 🤔.
How to reproduce
markdown: GFM
in your Jekyll_config.yml
file.Beta Was this translation helpful? Give feedback.
All reactions