-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Commonmarker 1.0 support #1528
Comments
ParadoxV5
added a commit
to ParadoxV5/Godot.rb
that referenced
this issue
Feb 23, 2024
ParadoxV5
added a commit
to ParadoxV5/template-ruby-gem
that referenced
this issue
Feb 23, 2024
ParadoxV5
added a commit
to ParadoxV5/yard
that referenced
this issue
Mar 23, 2024
Fixes lsegal#1528 Co-Authored-By: Andrew Haines <[email protected]>
4 tasks
For those who can’t wait for the maintainer to read my PR, you can use this in your gem 'yard', github: 'ParadoxV5/yard', tag: 'commonmarker-1.0_1' or, to use the branch’s bleeding edge that the PR may revise: gem 'yard', github: 'ParadoxV5/yard', branch: 'commonmarker-1.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commonmarker 1.0 changes the top-level constant name from
CommonMarker
toCommonmarker
, so YARD fails to detect the provider.yard/lib/yard/templates/helpers/markup_helper.rb
Line 33 in 2d197a3
gjtorikian/commonmarker#269
The method used to render markdown is now
Commonmarker.to_html
rather thanCommonMarker.render_html
. It takes a hash of options instead of the previous arrays of symbols.yard/lib/yard/templates/helpers/html_helper.rb
Line 93 in 2d197a3
The text was updated successfully, but these errors were encountered: