- Web-based Markdown formatter with real-time conversion - Microsoft Azure AD authentication with PKCE flow - Server-side JWT validation with httpOnly cookies - Clipboard functionality for HTML/text output - PHP backend with Composer dependency management - Comprehensive README with installation instructions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
No EOL
98 B
PHP
Executable file
4 lines
No EOL
98 B
PHP
Executable file
<?php
|
|
// Add any configuration settings here
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1); |