SwedbankPay / kramdown-plantuml

PlantUML support for Kramdown, the Markdown parser used in Jekyll
https://rubygems.org/gems/kramdown-plantuml
Apache License 2.0
8 stars 2 forks source link

DX-1622: Configurable width #79

Closed asbjornu closed 2 years ago

asbjornu commented 2 years ago

Make the width of the PlantUML diagram configurable

codecov[bot] commented 2 years ago

Codecov Report

Merging #79 (0ce0d33) into main (f5d339d) will increase coverage by 0.92%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   94.81%   95.74%   +0.92%     
==========================================
  Files          13       16       +3     
  Lines         444      540      +96     
==========================================
+ Hits          421      517      +96     
  Misses         23       23              
Impacted Files Coverage Δ
lib/kramdown-plantuml/executor.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/jekyll_page_processor.rb 82.14% <100.00%> (ø)
lib/kramdown-plantuml/none_s.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/options.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_diagram.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_error.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/plantuml_result.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/style_builder.rb 100.00% <100.00%> (ø)
lib/kramdown-plantuml/svg_diagram.rb 100.00% <100.00%> (ø)
lib/kramdown_html.rb 92.30% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f5d339d...0ce0d33. Read the comment docs.

mergify[bot] commented 2 years ago

Thank you @asbjornu for your contribution!