User:Rokejulianlockhart: Difference between revisions

From KDE UserBase Wiki
(Created profile page.)
 
No edit summary
Line 2: Line 2:
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> <!-- https://www.reddit.com/r/mediawiki/comments/n4v1oc/comment/k1rkgrp/?utm_source=share&utm_medium=web2x&context=3 -->
See https://github.com/wikimedia/mediawiki-extensions-SyntaxHighlight_GeSHi/pull/4#issue-1998222159 for the cause of the invalid syntax.

Revision as of 18:31, 9 April 2024

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