Markdig.Extensions.SharpCs
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 5.3k
- Forks
- 510
- Avg merge
- 8d 5h
- Merged PRs (30d)
- 5
Description
I've created an extension for Markdig here:
https://github.com/macaba/Markdig.Extensions.ScriptCs
It essentially allows any arbitrary C# code to output markdown or HTML to the document. The C# can either be in the markdown or the bulk of it can be put into csx files that are referenced from the markdown for better separation of code from content. Readme.md shows a few good examples.
I don't think it's suitable for a pull request into this repo as it has large nuget dependencies so it wouldn't make sense (to me) to pollute core Markdig with these.
However I do want to invite comments and suggestions so I thought I'd open this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Markdig.Extensions.ScriptCs repository and its Readme.md examples to understand the proposed extension. This issue provides no in-repository file, test, requested change, or completion criterion, so there is no defined notion of done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100