ErrLookup › github/markup

github/markup

Determines which markup library to use to render a content file (e.g. README) on GitHub · Ruby · 8 source files

Analyzed at 76e2682193 on 2026-08-21. 7 documented errors.

Code / MessageTypeSeverityTags
stderr
exception error command-execution, external-process, rendering, ruby, github-markup
Can not render a nil.
exception error nil-safety, argument-validation, ruby, github-markup
The '#{symbol}' symbol is already defined.
exception error duplicate-registration, configuration, ruby, github-markup
subclasses of GitHub::Markup::Implementation must define #re
exception error subclass-contract, not-implemented, ruby, github-markup
unknown commonmarker option: #{opt.inspect}
exception error commonmarker, markdown, option-validation, version-migration, ruby
unknown commonmarker extension: #{ext.inspect}
exception error commonmarker, markdown, extension-validation, version-migration, ruby
no suitable markdown gem found
exception error missing-gem, markdown, bundler, dependency-resolution, ruby