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

Load Markdig in an assembly load context #25

Open
michaeltlombardi opened this issue Jan 19, 2023 · 4 comments
Open

Load Markdig in an assembly load context #25

michaeltlombardi opened this issue Jan 19, 2023 · 4 comments

Comments

@michaeltlombardi
Copy link

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.

@JustinGrote
Copy link

JustinGrote commented Mar 25, 2023

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.

@adityapatwardhan
Copy link
Member

Please do. Would love a PR.

@JustinGrote
Copy link

@adityapatwardhan sounds good, can you add the up for grabs label?

@michaeltlombardi
Copy link
Author

Hugely appreciated, @JustinGrote - I've been bouncing off this problem for the Documentarian module(s) for a bit and this would be radically helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants