Tuesday, 17 December 2024
So, I got highlight.js to work and made it a component. This should work fully now, and maybe one day, I will also get markdown to work as well. In theory, it would be cool to have it to where I can write some markdown and my website will read that markdown and convert it to HTML. Right now, every time I make an edit, I have to recompile the entire webserver. Now am wondering if I can make the website more dynamic by loading an iframe instead of redirecting the browser for blogs. Though that means I would have to figure out a way to clear out having the UI show again.