bateskevin / bateskevin/PSMD

Lang support for code block

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.