-
Notifications
You must be signed in to change notification settings - Fork 13.3k
pandoc: unrecognized option `--section-divs' #1513
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
Comments
Yeah. You need a 1.8-ish version. This is something you can get from cabal (the haskell package-management system, like cargo!) Alternatively we can remove the --section-divs part. But I think we use some extensions that are simply not present in the 1.5 version that's kicking around in debian. It's pretty old. |
bors
added a commit
that referenced
this issue
Aug 8, 2019
Update RLS Most importantly this includes: * Collect file -> edition mapping after AST expansion ([#1513](rust-lang/rls#1513)) (enabled by #62679) * Fix rustfmt during builds by reading edition from manifest ([#1533](rust-lang/rls#1533)) Which fixes the annoying problem where users couldn't format via RLS while `cargo fmt` worked. The beta cut-off is drawing near and I'd like to make sure this lands before then.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Update conditions to check for missing undef functions * Update UI tests * Remove const string not used anymore * Import `rustc-demangle` and use it * Update tests to account for function names * Short-form for dependencies declaration * Include demangled name in tests * Don't use mangled part of demangled name in tests * Use alternative format for demangled names * Add backquotes around function names * Update comment * Remove backquotes for location * Update missing function tests
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building doc/rust.html I get a pandoc error using version 1.5.11
The text was updated successfully, but these errors were encountered: