Skip to content

Commit

Permalink
Merge pull request #3 from CatalaLang/fix
Browse files Browse the repository at this point in the history
fix: add bullet in Paragraph's options
  • Loading branch information
EmileRolley authored Oct 3, 2023
2 parents e14cb3a + 0d7b08b commit cd7e779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Paragraph.res
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type bullet = {level: int}
type options = {
/* -> To factorize with the v11 record spread notation */
alignment?: AlignmentType.t,
bullet?: bullet,
thematicBreak?: bool,
contextualSpacing?: bool,
rightTabStop?: float,
Expand Down

0 comments on commit cd7e779

Please sign in to comment.