Skip to main content

markdown-to-html

Converts Markdown files to HTML using various tools and custom scripts, ideal for web templating and documentation generation.

Install this skill

or
63/100

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

medium line 328

Access to hidden dotfiles in home directory

SourceSKILL.md
328Create `~/.marked.json` for persistent options:
low line 385

Unicode escape sequences

SourceSKILL.md
385| Special characters at file start | Strip zero-width chars: `content.replace(/^[\u200B\u200C\u200D\uFEFF]/,"")` |
low line 33

External URL reference

SourceSKILL.md
33One sentence with a [link](https://example.com), and a HTML snippet like `<p>paragraph tag</p>`.
low line 60

External URL reference

SourceSKILL.md
60<p>One sentence with a <a href="https://example.com">link</a>, and a HTML snippet like <code>&lt;p&gt;paragraph tag&lt;/p&gt;</code>.</p>
low line 203

External URL reference

SourceSKILL.md
203<math-renderer><math xmlns="http://www.w3.org/1998/Math/MathML">
low line 220

External URL reference

SourceSKILL.md
220<math xmlns="http://www.w3.org/1998/Math/MathML">
low line 395

External URL reference

SourceSKILL.md
395- Pandoc installed (download from <https://pandoc.org/installing.html>)
low line 636

External URL reference

SourceSKILL.md
636# Access at http://localhost:4000
low line 727

External URL reference

SourceSKILL.md
727- Hugo installed (download from <https://gohugo.io/installation/>)
low line 774

External URL reference

SourceSKILL.md
774hugo server --bind 0.0.0.0 --baseURL http://localhost:1313/
low line 873

External URL reference

SourceSKILL.md
873- Markdown Guide: <https://www.markdownguide.org/basic-syntax/>
low line 878

External URL reference

SourceSKILL.md
878- Official documentation: <https://marked.js.org/>
low line 879

External URL reference

SourceSKILL.md
879- Advanced options: <https://marked.js.org/using_advanced>
low line 880

External URL reference

SourceSKILL.md
880- Extensibility: <https://marked.js.org/using_pro>
low line 885

External URL reference

SourceSKILL.md
885- Getting started: <https://pandoc.org/getting-started.html>
low line 886

External URL reference

SourceSKILL.md
886- Official documentation: <https://pandoc.org/MANUAL.html>
low line 887

External URL reference

SourceSKILL.md
887- Extensibility: <https://pandoc.org/extras.html>
low line 892

External URL reference

SourceSKILL.md
892- Official documentation: <https://pkg.go.dev/github.com/gomarkdown/markdown>
low line 893

External URL reference

SourceSKILL.md
893- Advanced configuration: <https://pkg.go.dev/github.com/gomarkdown/[email protected]/html>
low line 894

External URL reference

SourceSKILL.md
894- Markdown processing: <https://blog.kowalczyk.info/article/cxn3/advanced-markdown-processing-in-go.html>
low line 899

External URL reference

SourceSKILL.md
899- Official documentation: <https://jekyllrb.com/docs/>
low line 900

External URL reference

SourceSKILL.md
900- Configuration options: <https://jekyllrb.com/docs/configuration/options/>
low line 901

External URL reference

SourceSKILL.md
901- Plugins: <https://jekyllrb.com/docs/plugins/>
low line 902

External URL reference

SourceSKILL.md
902- [Installation](https://jekyllrb.com/docs/plugins/installation/)
low line 903

External URL reference

SourceSKILL.md
903- [Generators](https://jekyllrb.com/docs/plugins/generators/)
low line 904

External URL reference

SourceSKILL.md
904- [Converters](https://jekyllrb.com/docs/plugins/converters/)
low line 905

External URL reference

SourceSKILL.md
905- [Commands](https://jekyllrb.com/docs/plugins/commands/)
low line 906

External URL reference

SourceSKILL.md
906- [Tags](https://jekyllrb.com/docs/plugins/tags/)
low line 907

External URL reference

SourceSKILL.md
907- [Filters](https://jekyllrb.com/docs/plugins/filters/)
low line 908

External URL reference

SourceSKILL.md
908- [Hooks](https://jekyllrb.com/docs/plugins/hooks/)
low line 913

External URL reference

SourceSKILL.md
913- Official documentation: <https://gohugo.io/documentation/>
low line 914

External URL reference

SourceSKILL.md
914- All Settings: <https://gohugo.io/configuration/all/>
low line 915

External URL reference

SourceSKILL.md
915- Editor Plugins: <https://gohugo.io/tools/editors/>
Scanned on Feb 12, 2026
View Security Dashboard