StartAutomating / EZOut

EZOut is a PowerShell module to help take the pain out of writing format and types XML
https://ezout.start-automating.com
MIT License
60 stars 8 forks source link

Write-FormatHTMLView #202

Open StartAutomating opened 10 months ago

StartAutomating commented 10 months ago

We can express HTML formatting in terms of existing formatting and thus make HTML formatters much easier to create.

Essentially, we can add tags to each table/list formatter's rows or columns, and then drop or otherwise ignore the containing space.

(this is especially easy for tables, it's just one line of text).

This should also generate a custom formatter that strips the appropriate piece, leaving nothing but pure HTML.