Skip to content

Commit

Permalink
cleaned up code again
Browse files Browse the repository at this point in the history
  • Loading branch information
renee-k committed Aug 15, 2024
1 parent a09daa9 commit d5b50f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function createTableFromTabular(env: Ast.Environment) {

// add h-align attribute if not default
if (alignment.alignment !== "left") {
colAttributes["halign"] = alignment.alignment; // supports all alignments but stuff like p{'width'} (closest is @colspan in cell)
colAttributes["halign"] = alignment.alignment;
}

// if there is a right border add it
Expand Down

0 comments on commit d5b50f9

Please sign in to comment.