Skip to content

Commit bc7050f

Browse files
authored
[skip ci]
1 parent 3f062d5 commit bc7050f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
PwshSyntaxHighlight is a simple syntax highlighter for rendering PowerShell code blocks inside the terminal. This is a standalone version of the codeblock renderer I built for [PowerShell AI](https://github.com/dfinke/PowerShellAI).
88

9+
![image](https://github.com/ShaunLawrie/PwshSyntaxHighlight/assets/13159458/9b3f4a2d-79c0-4446-aeea-6553b830a819)
10+
911
# Install
1012

1113
```pwsh
@@ -70,4 +72,4 @@ $extents = $astItems | Select-Object -ExpandProperty Extent
7072
7173
$sampleCode | Write-CodeBlock -HighlightExtents $extents -ShowLineNumbers
7274
```
73-
![Example of syntax highlighting](/PwshSyntaxHighlight/private/PwshSyntaxHighlightExample3.png)
75+
![Example of syntax highlighting](/PwshSyntaxHighlight/private/PwshSyntaxHighlightExample3.png)

0 commit comments

Comments
 (0)