Add new skill for custom markdown to html covnersion#619
Merged
aaronpowell merged 2 commits intogithub:mainfrom Feb 1, 2026
Merged
Add new skill for custom markdown to html covnersion#619aaronpowell merged 2 commits intogithub:mainfrom
aaronpowell merged 2 commits intogithub:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds a new skill called "markdown-to-html" for converting Markdown files to HTML using various tools and libraries like marked.js, pandoc, gomarkdown/markdown, Jekyll, and Hugo. The skill provides comprehensive reference documentation for markdown-to-html conversions across multiple tools and frameworks.
Changes:
- Added a new skill in the
skills/markdown-to-html/directory with SKILL.md and 14 reference files - Updated
docs/README.skills.mdto include the new skill entry in the skills table - Provided extensive reference documentation covering basic markdown syntax, code blocks, tables, mathematical expressions, collapsed sections, and conversion tools
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 16 comments.
| File | Description |
|---|---|
| skills/markdown-to-html/SKILL.md | Main skill definition with front matter and comprehensive conversion examples for multiple tools |
| skills/markdown-to-html/references/*.md | 14 reference files covering markdown syntax, conversion examples, and tool-specific documentation |
| docs/README.skills.md | Added skill entry to the skills documentation table |
skills/markdown-to-html/references/writing-mathematical-expressions.md
Outdated
Show resolved
Hide resolved
skills/markdown-to-html/references/writing-mathematical-expressions.md
Outdated
Show resolved
Hide resolved
skills/markdown-to-html/references/writing-mathematical-expressions-to-html.md
Outdated
Show resolved
Hide resolved
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
jhauga
commented
Jan 29, 2026
skills/markdown-to-html/references/writing-mathematical-expressions.md
Outdated
Show resolved
Hide resolved
jhauga
commented
Jan 29, 2026
skills/markdown-to-html/references/writing-mathematical-expressions.md
Outdated
Show resolved
Hide resolved
jhauga
commented
Jan 29, 2026
skills/markdown-to-html/references/writing-mathematical-expressions.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
aaronpowell
approved these changes
Feb 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Testing
Did a control branch, and a test branch; which used the skill.
Disclaimer
The test branch produced near production ready tool, but to be honest - I wasn't sure about making
this PR, as the control test did better on initial prompt, but since there are several contexts
for which the skill can be used, I thought I would make the PR anyway as I'm still going to use the skill
locally for some tools, and would like to be able to download to different projects via
vscode-awesome-copilot.
Control Branch
Only using the reference files with the prompt file markdown-to-html.prompt.md.
Test Branch
I prompted a bit more in favor of the test using the skill, polishing the results with over 10
prompts total. But the results speak for themselves. The branch that used the skill is debatable
a ready to publish tool for converting markdown to html with an additional feature of easily
applying html attributes to the parsed html data.
Type of Contribution
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.