DEV Community

Discussion on: Render a computer badge with name and state in markdown with PowerShell using MarkdownPS

Collapse
 
mburszley profile image
Maximilian Burszley

Thanks for the response. My only concern with using external resources is corporate firewalls and the like breaking what would otherwise be nice reporting functionality.

Thread Thread
 
sarafian profile image
Alex Sarafian

In that case you have a problem indeed. You would need to produce the picture first, store it and then use MarkdownPS normal image cmdlets to reference the just produced picture.

For the purpose of this badge, you can download the pictures upfront and just reference them.