-
Notifications
You must be signed in to change notification settings - Fork 166
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
Improve #596 #598
Improve #596 #598
Conversation
This can be used for adding a collapsible content. Works in both github and gitlab from my teseting. More details here: #595
- Fix wrong style - remove 'gfm' keyword from function name. Because it is not gfm specific feature - Remove needless code
The changes LGTM. Thank you! |
@@ -12,6 +12,7 @@ | |||
`markdown-disable-tooltip-prompt`. | |||
- Introduce `markdown-ordered-list-enumeration` variable [GH-587][] | |||
- Search wiki link under project | |||
- Add `markdown-insert-gfm-foldable-block` function [GH-596][] |
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.
Missed while reviewing the first time: I guess it shouldn't have gfm
since you renamed it ?
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.
sorry I'll fix it later
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.
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.
No worries. :-) Thanks for adding the test case and making the code better!
Description
Improve #596
Related Issue
#595, #596 CC: @psibi
Type of Change
Checklist
make test
).