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

Overhaul the Markdown Converter Service to make it easier to customize and extend #146

Merged
merged 10 commits into from
Apr 20, 2022

Conversation

caendesilva
Copy link
Member

Adds a new config that can be used to manage the default CommonMark extensions and add your own. You can also add and override the environment configuration.

Improves the main Markdown Service class by extracting parts into Service-Action Traits, and adding a more programmatic approach where settings can be changed at runtime using method chaining.

@caendesilva caendesilva linked an issue Apr 20, 2022 that may be closed by this pull request
@caendesilva caendesilva merged commit 8dd66af into master Apr 20, 2022
@caendesilva caendesilva deleted the allow-for-easy-additions-of-commonmark-extensions branch April 20, 2022 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Allow for easy additions of CommonMark extensions
2 participants