I'd like to add functionality for dynamic columning, similar to a bootstrap grid system, in text posts within a Jekyll blog (which comes with kramdown by default). Ideally this would be done easily in markdown posts. I found this github project that seems like exactly what I'd need:
https://github.com/dreikanter/markdown-grid
I've looked through this project but, unfortunately, I don't have much experience with frontend and I'm not sure where to start to integrate this into my Jekyll template, or if this is even possible. Any insights appreciated.
EDIT: Like I said, I don't have much experience with this so if this is a bad question, please let me know why instead of just downvoting. Thanks