The converter produces raw HTML tags from Markdown syntax. If the input Markdown contains raw HTML or user-generated content, you should sanitize the output before inserting it into a page to prevent XSS attacks.
This tool focuses on showing the raw HTML output so you can copy and paste it into your projects. Rendering a live preview would require a sandboxed iframe and adds complexity. You can paste the output into any HTML file to see the rendered result.