Skip to content

Commit e9a8003

Browse files
committed
Update Dockerfile
Add enumitem, which is a plugin that allows editing the nesting of things. See https://stackoverflow.com/questions/57945414/too-deeply-nested-at-just-fourth-nesting-level-using-pandoc-with-markdown
1 parent ba0295c commit e9a8003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN tlmgr update --self && \
3333
ulem \
3434
hardwrap \
3535
catchfile \
36-
ragged2e
36+
ragged2e \
37+
enumitem
3738

3839
RUN apk upgrade && apk add --no-cache \
3940
bash \

0 commit comments

Comments
 (0)