Skip to content

Commit

Permalink
add bad formatting to test #53
Browse files Browse the repository at this point in the history
  • Loading branch information
greimel committed Sep 18, 2024
1 parent fc1d44b commit ddb85f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ You can customize the widths of the columns.
"""

# ╔═╡ 0e1e62a6-3b78-4415-89fe-fa17279fddbf
Columns(md"Left col", md"Right col"; widths=[1 / 3, 2 / 3])
Columns(md"Left col", md"Right col"; widths = [1 / 3, 2 / 3])

# ╔═╡ f43beea9-7a7e-4ee6-8ae6-350640c426aa
TwoColumnWideRight(md"Left col", md"Right col")
Expand Down

0 comments on commit ddb85f6

Please sign in to comment.