Skip to main content
Back to registry

markdown-to-html

github/awesome-copilot

Expert skill for converting Markdown documents to HTML using the marked.js library, or writing data conversion scripts; in this case scripts similar to markedJS/marked repository. For custom scripts knowledge is not confined to marked.js , but data conversion methods are utilized from tools like pandoc and...

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill markdown-to-html
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Expert skill for converting Markdown documents to HTML using the marked.js library, or writing data conversion scripts; in this case scripts similar to markedJS/marked repository. For custom scripts knowledge is not confined to marked.js , but data conversion methods are utilized from tools like pandoc and gomarkdown/markdown for data conversion; jekyll/jekyll and gohugoio/hugo for templating systems. The conversion script or tool should handle single files, batch conversions, and advanced configurations. For more see basic-markdown-to-html.md For more see code-blocks-to-html.md For more see collapsed-sections-to-html.md For more see writing-mathematical-expressions-to-html.md For more see tables-to-html.md See marked.md Quick Conversion Methods See marked.md Step-by-Step Workflows Create ~/.marked.json for persistent options: Or use a custom config: ⚠️ Marked does NOT sanitize output HTML. For untrusted input, use a sanitizer: Recommended sanitizers: ⚠️ Pandoc processes input faithfully. When converting untrusted markdown: The mdtohtml CLI tool has minimal options: For advanced configuration, use the Go library programmatically with parser and renderer options: ⚠️ gomarkdown does NOT sanitize output HTML. For untrusted input, use Bluemonday: Recommended sanitizer: Bluemonday ⚠️ Jekyll security considerations: Configure markdown processor in _config.yml : ⚠️ Hugo security...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does markdown-to-html do?

Expert skill for converting Markdown documents to HTML using the marked.js library, or writing data conversion scripts; in this case scripts similar to markedJS/marked repository. For custom scripts knowledge is not confined to marked.js , but data conversion methods are utilized from tools like pandoc and...

Is markdown-to-html good?

markdown-to-html does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does markdown-to-html work with?

markdown-to-html currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to markdown-to-html?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install markdown-to-html?

npx skills add https://github.com/github/awesome-copilot --skill markdown-to-html

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering