-
Notifications
You must be signed in to change notification settings - Fork 81
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
EvaluatedMarkdownDocument interface #838
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok with me! I was wondering if we should somehow merge it with the worksheets, but they seem much more complex.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻 This makes a lot of sense 👍🏻
Thanks for approvals, I will add some very basic tests tomorrow to this PR and then we can merge. |
- Add a method to java interfaces - Implement EvaluatedMarkdownDocument class - Update Mdoc implementation (currently in worksheets, but doesn't have to be)
6080b7b
to
a2f5857
Compare
@tgodzik I added a basic test (after 5+ months...) - still good to go? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! Let me know when you want a release LGTM
This is a proposal to discuss with other maintainers.
Adding this method allows managing multiple mdoc instance via classloaders, and in general makes the Mdoc interface cover the thing most people would use mdoc for - markdown documents.
I've already confirmed that with this PR it's possible to use mdoc through a filtering classloader to render markdown documents, even with custom classpath.
cc @tgodzik @olafurpg @ckipp01