How to highlight code on the server side with PHP in Laravel How to highlight code for my site same laracasts I need help usign highlight code or markup my codes in my site same laacasts
How to highlight code on the server side with PHP in Laravel
How to highlight code for my site same laracasts
I need help usign highlight code or markup my codes in my site same laacasts
The thing about development is, sometimes you have to write some code. You’re not always going to find a package that does exactly what you want and that you can just drop in your project and it’ll magically work.
So put some effort in yourself and stop expecting people to give you the exact solution when you’re posting single sentences over and over.
I am currently working on a package that does exactly this, as I needed it for work. It will be put on my github page once it is ready for use. It takes markdown and converts it to html with classes injected, and code highlighting
A small preview of what I am working on. Here I am testing it out with livewire. It is all php (no javascript except livewire), and everything updates in realtime.