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

Chore: Swap Off of Deprectated MarkdownRender.renderMarkdown to MarkdownRender.render #1177

Merged
merged 3 commits into from
Sep 27, 2024

Conversation

pjkaufman
Copy link
Collaborator

@pjkaufman pjkaufman commented Sep 27, 2024

Recently I noticed that MarkdownRender.renderMarkdown is marked as deprecated. So I decided to move to the recommended replacement. It looks to work, but did require changing a little of how the internals work to pass around an instance of the app a little more. This should make it so we don't get caught in any nasty issue with the logic being removed entirely and us getting caught flat footed.

Also adds a warning to linting to hopefully realize when deprecated functions are used in the code.

@pjkaufman pjkaufman self-assigned this Sep 27, 2024
@pjkaufman pjkaufman added the dependencies Pull requests that update a dependency file label Sep 27, 2024
@pjkaufman pjkaufman merged commit 096bd93 into platers:master Sep 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant