Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlatyPS v2 needs to support OPS markdown extensions #559

Closed
sdwheeler opened this issue Feb 9, 2022 · 3 comments
Closed

PlatyPS v2 needs to support OPS markdown extensions #559

sdwheeler opened this issue Feb 9, 2022 · 3 comments
Labels
Issue-Enhancement Issue is more of a feature request than a bug Resolution-Fixed The issue is fixed.
Milestone

Comments

@sdwheeler
Copy link
Collaborator

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
@theJasonHelmick
Copy link
Collaborator

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

@sdwheeler
Copy link
Collaborator Author

sdwheeler commented Feb 14, 2022

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 sdwheeler added Issue-Enhancement Issue is more of a feature request than a bug and removed Feature Request labels Apr 5, 2022
@sdwheeler sdwheeler added the Resolution-Fixed The issue is fixed. label May 31, 2024
@sdwheeler
Copy link
Collaborator Author

Fixed in v1 Microsoft.PowerShell.PlatyPS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement Issue is more of a feature request than a bug Resolution-Fixed The issue is fixed.
Projects
None yet
Development

No branches or pull requests

2 participants