Lang support for code block
Open
- Dominant language
- PowerShell
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
A `$Lang` argument in code block so we can write something like this
CodeBlock -Lang ps1 -Code @'
Install-Module XpandPosh
'@
and output
```ps1
Install-Module XpandPosh
```
Contributor guide
Research direction
Start by locating the CodeBlock entry point in the PowerShell DSL and inspect how its arguments are turned into Markdown. Verify the requested -Lang ps1 and -Code syntax produces a fenced code block with the matching language tag, using the example output as the completion check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100