Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
165 stars 43 forks source link

Update Out-PSHTMLDocument for new PSHTML Structure #264

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

Out-PSHTMLDocument mus receive a $Document of type PSHTMLDocument.

On that document is must call the method .GenerateHTML() (Name of the method still to be discussed).

When the document is empty, it should not throw an error