You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer working on a PowerShell module that interacts with Markdown, I want to be able to use newer versions of the Markdig library without conflict errors. Because Markdig isn't loaded in an ALC, using a newer version of Markdig in my module isn't feasible.
One reason to desire a newer version of the library is to gain access to the round-tripping support and more walkable AST.
I'm willing to attempt a PR if there is interest @adityapatwardhan@xtqqczze? I'm working on a streaming markdown parser for chatgpt and this is getting in the way.
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 the Markdig library without conflict errors. Because Markdig isn't loaded in an ALC, using a newer version of Markdig in my module isn't feasible.
One reason to desire a newer version of the library is to gain access to the round-tripping support and more walkable AST.
Proposed technical implementation details (optional)
Update the module to load Markdig in an ALC. No change is required to the version of Markdig used.
The text was updated successfully, but these errors were encountered: