User:Rokejulianlockhart: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="pwsh-preview" line>
<syntaxhighlight lang="PS1">
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio
</syntaxhighlight> <!-- https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3 -->
</syntaxhighlight>
 
<!--
 
<table><tr>
<th>Citation</th>
<td>https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3</td>
</tr><tr>
<th>Task</th>
<td>Adhere to https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/pull/4#issue-1998222159 to remediate the invalid syntax problem.</td>
</tr></table>
 
-->

Latest revision as of 15:25, 19 April 2024

Invoke-WebRequest -URI 'https://dub.sh/zza' | ConvertFrom-JSON | Select-Object -ExpandProperty bio