Skip to content

Commit

Permalink
aligns may include :center (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro authored Dec 17, 2024
1 parent 4a5206a commit cbbf04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdoc/markup/to_rdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def accept_table header, body, aligns
end
aligns = aligns.map do |a|
case a
when nil
when nil, :center
:center
when :left
:ljust
Expand Down

0 comments on commit cbbf04d

Please sign in to comment.