I’m trying to achieve a specific styling for a table in Typst and I’m looking for the best way to hide the right border (stroke) of only a specific cell, without affecting the rest of the column’s borders.
Hello, you need to set the border to none for both the right side of the first cell and the left side of the second cell. To do this, stroke can accept a dictionary where you specify sides such as left, top, right, bottom, x, y and rest.