MarkdownRender icon indicating copy to clipboard operation
MarkdownRender copied to clipboard

Results 10 MarkdownRender issues
Sort by recently updated
recently updated
newest added

1. ### Summary of the new feature / enhancement Like https://github.com/PowerShell/PowerShell/issues/14444#issue-769208193:~:text=Summary%20of%20the,newline%20was%20appended explains, `Show-Markdown` appears to output an unnecessary `[Environment]::NewLine` after invocation, which makes it difficult to read (because it doesn't...

Made many changes to the renderer overall Key notes - Removed double trailing newline - Fixed and unified ul & ol rendering and use provided `Push/PopIndent` - Fixed Nested quotes...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement As a user, I want to be able to more seamlessly work with Markdown in PowerShell. Unfortunately, when I try to ToString()...

### Summary of the new feature / enhancement In VT100EscapeSequences.cs is the following code // MacOS terminal app does not support extended colors for VT100, so we special case for...

Adding a `ToString()` to `[MarkdownInfo]` that will output the `.HTML` This will make converted markdown easier to embed in HTML, match, join (and all other string operations) This seems like...

### Summary of the new feature / enhancement As a developer working on a PowerShell module that interacts with Markdown, I want to be able to use newer versions of...

Up-For-Grabs

### Summary of the new feature / enhancement The version of MarkDig used in the module is `0.22.0`. The latest version of MarkDig is `0.30.2`. Because this module is loaded...

Related to powershell/powershell#16857. This is already a native feature of Markdig, so it should be as easy as calling [.UseYamlFrontMatter()](https://atashbahar.com/post/2020-06-16-extract-front-matter-in-dotnet-with-markdig) on MarkdownPipelineBuilder before .Build(). Given that these are essentially document...

### Summary of the new feature / enhancement As a user I would like to find out from which revision a particular package was build. ### Proposed technical implementation details...