After having installed kramdown-2.0.0, running kramdown --help doesn't surface options from the extracted gems.
I also used a Gemfile and tried again with bundle exec. Still no success!
# Gemfile
gem 'kramdown', '~> 2.0'
gem 'kramdown-parser-gfm'
$ bundle exec kramdown --help
What should a user do to surface options from kramdown-parser-gem gem in the --help output?
After having installed
kramdown-2.0.0, runningkramdown --helpdoesn't surfaceoptionsfrom the extracted gems.I also used a
Gemfileand tried again withbundle exec. Still no success!$ bundle exec kramdown --helpWhat should a user do to surface
optionsfromkramdown-parser-gemgem in the--helpoutput?