platyPS
platyPS copied to clipboard
PlatyPS v2 needs to support OPS markdown extensions
Our documentation uses several extended markdown styles, such as:
- tables
- see
Get-Help -Full Get-Date
for examples of mangled tables
- see
- Alert boxes
> [!NOTE]
,> [!IMPORTANT]
, etc. - Localization hints -
:::no-loc text="String":::
- there are several more
:::
extensions supported by OPS
- there are several more
- Inline-code fences (this is standard markdown)
- see
Get-Help -Full Get-Date
for examples of inline-code fences
- see
@sdwheeler - do you have a list of the current supported :::
for OPS? Maybe we should take a look at the list and decide which ones are important for PlatyPS.
Here is the link to the OPS markdown extensions. https://review.docs.microsoft.com/en-us/help/contribute/markdown-reference?branch=master
There are no other :::
extensions we need to support.
Fixed in v1 Microsoft.PowerShell.PlatyPS