Mario Bašić

Results 106 comments of Mario Bašić

I have just notices this recently, but if you go to the demo site: https://parsedown.org/demo at create and render a list like so: ``` - something - something - something...

Brutal addition to the website.

No more F# templates in the repository?

Hello, thank you. This could be implemented but it would require creating a new database column for comments. One for current content (approved) and one for future content (pending approval)....

Just tested with fresh install of Laravel Framework 6.13.1 and "laravelista/comments": "^3.1" and it works. I agree that this functionality should be in this package and that is why I...

Note to self: This should be dealt with. There are two ways of doing this: 1. When the comment changes make it not approved thus removing it from the comments...

This would require some JS which I have avoided adding to this package, but maybe I could add a bootstrap modal or a simple js implementation.

Note to self: This could be implemented the same as I implemented editing of comments, but I would make this opt-in functionality.

See https://github.com/laravelista/comments/pull/183 for more information. The current advice is to use the master branch for L9 support until a stable release is published. I will keep this issue open to...