Skip to content
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

Markdown Code Highlight failed to parse Shell/Bash language #1432

Closed
TechQuery opened this issue Dec 29, 2020 · 1 comment
Closed

Markdown Code Highlight failed to parse Shell/Bash language #1432

TechQuery opened this issue Dec 29, 2020 · 1 comment
Labels
bug Functionality does not match expectation

Comments

@TechQuery
Copy link

Expected Behavior

Parse Shell/Bash code blocks in Markdown with no error, like what 0.19.x versions do.

Actual Behavior

Warning: Unsupported highlight language "shell" will not be highlighted
Warning: Unsupported highlight language "bash" will not be highlighted
Warning: Missing type converter for type: this
Warning: Missing type converter for type: false

Steps to reproduce the bug

Environment

  • Typedoc version: 0.20.1
  • TypeScript version: 3.9.7
  • Node.js version: 14.15.0
  • OS: Windows 10 Pro 2004
@TechQuery TechQuery added the bug Functionality does not match expectation label Dec 29, 2020
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Dec 29, 2020

shell, sh, and bash will be mapped to the shellscript language in 0.20.2
true/false/this/null type converters - took me a while to see this... it's only a problem with old TS versions. Should also be fixed in 0.20.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants