Skip to content

Commit d4cc29f

Browse files
authored
Upgrade mdbook-pandoc to fix missing images in PDFs (#2531)
[`mdbook-pandoc` 0.8](https://github.com/max-heller/mdbook-pandoc/releases/tag/v0.8.0) now supports `<img>` elements in raw HTML, fixing a few missing images in the PDF versions of the course.
1 parent 5493911 commit d4cc29f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ runs:
1717

1818
- name: Install mdbook-pandoc and related dependencies
1919
run: |
20-
cargo install mdbook-pandoc --locked --version 0.7.0
20+
cargo install mdbook-pandoc --locked --version 0.8.0
2121
sudo apt-get update
2222
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
23-
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2.1/pandoc-3.2.1-linux-amd64.tar.gz | tar zxf -
24-
echo "$PWD/pandoc-3.2.1/bin" >> $GITHUB_PATH
23+
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-linux-amd64.tar.gz | tar zxf -
24+
echo "$PWD/pandoc-3.6.1/bin" >> $GITHUB_PATH
2525
shell: bash
2626

2727
- name: Install mdbook-i18n-helpers

0 commit comments

Comments
 (0)