Skip to content

Commit

Permalink
Merge pull request #15812 from opf/bug/55268-pdf-report-multi-column-…
Browse files Browse the repository at this point in the history
…table-with-pictures-not-included

[#55268] PDF report: multi column table with pictures not included
  • Loading branch information
klaustopher authored Jun 11, 2024
2 parents 5a176ba + b9afe01 commit fb5b880
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ gem "structured_warnings", "~> 0.4.0"
gem "airbrake", "~> 13.0.0", require: false

gem "markly", "~> 0.10" # another markdown parser like commonmarker, but with AST support used in PDF export
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "8f14736a88ad0064d2a97be108fe7061ffbcee91"
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "8772c791a21819751c0d111be903b3b44ef7d862"
gem "prawn", "~> 2.4"
gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues/1346 resolved.

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ GIT

GIT
remote: https://github.com/opf/md-to-pdf
revision: 8f14736a88ad0064d2a97be108fe7061ffbcee91
ref: 8f14736a88ad0064d2a97be108fe7061ffbcee91
revision: 8772c791a21819751c0d111be903b3b44ef7d862
ref: 8772c791a21819751c0d111be903b3b44ef7d862
specs:
md_to_pdf (0.0.26)
md_to_pdf (0.0.27)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.1)
json-schema (~> 4.3)
markly (~> 0.10)
matrix (~> 0.4)
nokogiri (~> 1.1)
Expand Down

0 comments on commit fb5b880

Please sign in to comment.