Skip to content

Commit

Permalink
Correctly capitalize upper-case roman fancy list labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Oct 16, 2023
1 parent 82f6df8 commit 0a10053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -33143,7 +33143,7 @@ end
{ LowerRoman } { \int_to_roman:n { #2 } }
{ UpperRoman } { \int_to_Roman:n { #2 } }
{ LowerAlpha } { \int_to_alph:n { #2 } }
{ UpperAlpha } { \int_to_alph:n { #2 } }
{ UpperAlpha } { \int_to_Alph:n { #2 } }
}
}
\cs_new:Nn
Expand Down

0 comments on commit 0a10053

Please sign in to comment.