Skip to content

Commit

Permalink
Fix default definitions for fancy tight ordered lists
Browse files Browse the repository at this point in the history
Co-authored-by: @l0th3r
  • Loading branch information
Witiko committed Jun 16, 2024
1 parent 74f2c95 commit f978e81
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -35104,21 +35104,15 @@ end
\tl_set:Nn
\l_@@_latex_fancy_list_item_label_delimiter_style_tl
{ #2 }
\tl_set:Nn
\l_tmpa_tl
{
\plpartopsep=\partopsep
\pltopsep=\topsep
}
\@@_if_option:nTF
{ startNumber }
{
\tl_put_right:Nn
\tl_set:Nn
\l_tmpa_tl
{ \begin{compactenum} }
}
{
\tl_put_right:Nn
\tl_set:Nn
\l_tmpa_tl
{ \begin{compactenum}[ }
\tl_put_right:Nx
Expand All @@ -35128,6 +35122,12 @@ end
\l_tmpa_tl
{ ] }
}
\tl_put_left:Nn
\l_tmpa_tl
{
\plpartopsep=\partopsep
\pltopsep=\topsep
}
\tl_use:N
\l_tmpa_tl
},
Expand Down

0 comments on commit f978e81

Please sign in to comment.