-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
allow Markdown plugins loading fix #585 #589
Conversation
c992e38
to
c2eaff3
Compare
0c3bc3a
to
cf1e6fc
Compare
@ulivz Is there something missing from my side? I volunteer to make changes. |
I've like to add a test to the code but I need some tips to pass the What I've done so far: install development dependencies
test case inspired by
|
bd69d41
to
903138e
Compare
3f79224
to
fb05066
Compare
6c3127f
to
71574f2
Compare
316e022
to
1284944
Compare
Closing this in favor of #1422 |
Summary
markdown.config
currently requires a javascript function argument. This is only manageable with aconfig.js
setup. I would like to allow markdown plugin loading also from aconfig.yml
file.I would propose a
markdown.plugins
endpoint that requires an Array. See implementation example.What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
fix #xxx[,#xxx]
, where "xxx" is the issue number)You have tested in the following browsers: (Providing a detailed version will be better.)
If adding a new feature, the PR's description includes:
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
🔗💬 #585
Other information: