markdown-to-html
Converts Markdown files to HTML using various tools and custom scripts, ideal for web templating and documentation generation.
Install this skill
Security score
The markdown-to-html skill was audited on Feb 12, 2026 and we found 33 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Access to hidden dotfiles in home directory
| 328 | Create `~/.marked.json` for persistent options: |
Unicode escape sequences
| 385 | | Special characters at file start | Strip zero-width chars: `content.replace(/^[\u200B\u200C\u200D\uFEFF]/,"")` | |
External URL reference
| 33 | One sentence with a [link](https://example.com), and a HTML snippet like `<p>paragraph tag</p>`. |
External URL reference
| 60 | <p>One sentence with a <a href="https://example.com">link</a>, and a HTML snippet like <code><p>paragraph tag</p></code>.</p> |
External URL reference
| 203 | <math-renderer><math xmlns="http://www.w3.org/1998/Math/MathML"> |
External URL reference
| 220 | <math xmlns="http://www.w3.org/1998/Math/MathML"> |
External URL reference
| 395 | - Pandoc installed (download from <https://pandoc.org/installing.html>) |
External URL reference
| 636 | # Access at http://localhost:4000 |
External URL reference
| 727 | - Hugo installed (download from <https://gohugo.io/installation/>) |
External URL reference
| 774 | hugo server --bind 0.0.0.0 --baseURL http://localhost:1313/ |
External URL reference
| 873 | - Markdown Guide: <https://www.markdownguide.org/basic-syntax/> |
External URL reference
| 878 | - Official documentation: <https://marked.js.org/> |
External URL reference
| 879 | - Advanced options: <https://marked.js.org/using_advanced> |
External URL reference
| 880 | - Extensibility: <https://marked.js.org/using_pro> |
External URL reference
| 885 | - Getting started: <https://pandoc.org/getting-started.html> |
External URL reference
| 886 | - Official documentation: <https://pandoc.org/MANUAL.html> |
External URL reference
| 887 | - Extensibility: <https://pandoc.org/extras.html> |
External URL reference
| 892 | - Official documentation: <https://pkg.go.dev/github.com/gomarkdown/markdown> |
External URL reference
| 893 | - Advanced configuration: <https://pkg.go.dev/github.com/gomarkdown/[email protected]/html> |
External URL reference
| 894 | - Markdown processing: <https://blog.kowalczyk.info/article/cxn3/advanced-markdown-processing-in-go.html> |
External URL reference
| 899 | - Official documentation: <https://jekyllrb.com/docs/> |
External URL reference
| 900 | - Configuration options: <https://jekyllrb.com/docs/configuration/options/> |
External URL reference
| 901 | - Plugins: <https://jekyllrb.com/docs/plugins/> |
External URL reference
| 902 | - [Installation](https://jekyllrb.com/docs/plugins/installation/) |
External URL reference
| 903 | - [Generators](https://jekyllrb.com/docs/plugins/generators/) |
External URL reference
| 904 | - [Converters](https://jekyllrb.com/docs/plugins/converters/) |
External URL reference
| 905 | - [Commands](https://jekyllrb.com/docs/plugins/commands/) |
External URL reference
| 906 | - [Tags](https://jekyllrb.com/docs/plugins/tags/) |
External URL reference
| 907 | - [Filters](https://jekyllrb.com/docs/plugins/filters/) |
External URL reference
| 908 | - [Hooks](https://jekyllrb.com/docs/plugins/hooks/) |
External URL reference
| 913 | - Official documentation: <https://gohugo.io/documentation/> |
External URL reference
| 914 | - All Settings: <https://gohugo.io/configuration/all/> |
External URL reference
| 915 | - Editor Plugins: <https://gohugo.io/tools/editors/> |