Added sanitized Markdown rendering for reviews, forum topics, and
replies.
Added a local Markdown editor with toolbar and live visual preview
for:Review body on
[business.php](/Users/tyemeclifford/Documents/GH/MyKeyser/business.php)
Forum topic body and reply body on
[forum.php](/Users/tyemeclifford/Documents/GH/MyKeyser/forum.php)
Added editor/comment styling in
[assets/css/style.css](/Users/tyemeclifford/Documents/GH/MyKeyser/assets/css/style.css).
Added the editor script at
[assets/js/markdown-editor.js](/Users/tyemeclifford/Documents/GH/MyKeyser/assets/js/markdown-editor.js),
included globally through
[includes/footer.php](/Users/tyemeclifford/Documents/GH/MyKeyser/includes/footer.php).