prql: mdbook-admonish not found in Dev Container

What happened?

Solution: Install mdbook-admonish (see steps below.)

Since around the 0.9.0 timeframe, I have noticed that the md-admonish notes are not being displayed properly in the documentation under development.

Things look OK in the production documentation: for example, the Literals page (https://prql-lang.org/book/reference/syntax/literals.html) shows the blue heading for an adminish note as expected.

But the same page rendered by task run-book in the Dev Container shows the same text rendered in monospace font, with no special header.

What other information can I provide to troubleshoot this? Thanks.

PRQL input

N/A

SQL output

N/A

Expected SQL output

No response

MVCE confirmation

  • Minimal example
  • New issue

Anything else?

No response

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 17 (17 by maintainers)

Commits related to this issue

Most upvoted comments

This has been resolved via upstream.

@eitsupi - What an incredibly complex problem. Good sleuthing! Thanks for investigating

https://github.com/cargo-bins/cargo-binstall/issues/19#issuecomment-1692472579

You could use --tarfers to specifically use the musl target instead, that will definitely work. We can modify crates/detect-targets to disable gnu if the interpreter does not exist or is not executable.