platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

PlatyPS v2 needs to support OPS markdown extensions

Open sdwheeler opened this issue 3 years ago • 2 comments

Our documentation uses several extended markdown styles, such as:

  • tables
    • see Get-Help -Full Get-Date for examples of mangled tables
  • Alert boxes > [!NOTE], > [!IMPORTANT], etc.
  • Localization hints - :::no-loc text="String":::
    • there are several more ::: extensions supported by OPS
  • Inline-code fences (this is standard markdown)
    • see Get-Help -Full Get-Date for examples of inline-code fences

sdwheeler avatar Feb 09 '22 22:02 sdwheeler

@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.

theJasonHelmick avatar Feb 14 '22 18:02 theJasonHelmick

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.

sdwheeler avatar Feb 14 '22 18:02 sdwheeler

Fixed in v1 Microsoft.PowerShell.PlatyPS

sdwheeler avatar May 31 '24 15:05 sdwheeler