PHPDown
use BinaryTorch\PhpDown\Todo; $todo = Todo::make('Go to market'); echo $todo->render(); echo $todo->complete()->render();
Output:
- [ ] Go to market - [x] Go to market