Skip to content

Commit

Permalink
[#59534] Table formatting is not reflected in the export
Browse files Browse the repository at this point in the history
  • Loading branch information
as-op committed Jan 7, 2025
1 parent 4b33527 commit fe4f0be
Show file tree
Hide file tree
Showing 3 changed files with 4 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: "fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388"
gem "md_to_pdf", git: "https://github.com/opf/md-to-pdf", ref: "b1f083d8a56125f896981596b14ff80db93eab12"
gem "prawn", "~> 2.4"
gem "ttfunk", "~> 1.7.0" # remove after https://github.com/prawnpdf/prawn/issues/1346 resolved.

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

GIT
remote: https://github.com/opf/md-to-pdf
revision: fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388
ref: fe05b4f8bae8fd46f4fa93b8e0adee6295ef7388
revision: b1f083d8a56125f896981596b14ff80db93eab12
ref: b1f083d8a56125f896981596b14ff80db93eab12
specs:
md_to_pdf (0.1.2)
md_to_pdf (0.1.3)
color_conversion (~> 0.1)
front_matter_parser (~> 1.0)
json-schema (~> 4.3)
Expand Down
1 change: 0 additions & 1 deletion app/models/work_package/pdf_export/generator/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ headless-table:
margin-top: 2mm
margin-bottom: 4mm
cell:
no-border: true
padding: 1mm
size: 9

Expand Down

0 comments on commit fe4f0be

Please sign in to comment.