Yesterday I wrote the first post, as soon as I wrote it i needed to be able to edit the post, however, the only feature implemented was to create.
Today I have implemented the possibility to edit the posts, also under the ls
section you can see the list of all posts.
To write the posts, I'm trying to use Markdown, I have added into the project the Spatie library to parse and present Markdown, it seems to work very well.
I'm not able to make the code blocks work well, I'm working on that yet.