arekouzounian / bloggen

Blogging made easy
1 stars 0 forks source link

Code blocks #13

Open arekouzounian opened 1 week ago

arekouzounian commented 1 week ago

Test for code block functionality, and see if syntax highlighting is possible

arekouzounian commented 1 week ago

First somewhat resolving commit here

just plain css, no syntax highlighting

I looked into prism.js briefly, but couldn't get it easily set-up without having to add client components, babel configurations, or heavily reworking the current stack.

The further I go with this project, the more it seems that rendering the markdown on the frontend is going to be an eventuality.