You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have committed a change which allows specifying extensions. Once specified, the options from the extension can be used with the binary and are shown with the --help option.
After having installed
kramdown-2.0.0
, runningkramdown --help
doesn't surfaceoptions
from the extracted gems.I also used a
Gemfile
and tried again withbundle exec
. Still no success!$ bundle exec kramdown --help
What should a user do to surface
options
fromkramdown-parser-gem
gem in the--help
output?The text was updated successfully, but these errors were encountered: