From 9542d48a836c5140a9ec3aadda2f7a57f0f3d7bb Mon Sep 17 00:00:00 2001 From: Elia el Lazkani Date: Tue, 26 Jul 2022 01:53:04 +0200 Subject: [PATCH] fix(): Fixing bug in Nikola with markdown>3.3 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6a2b88b..5d0dcec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,6 @@ RUN apt-get update && \ apt-get install -y emacs git && \ apt-get autoclean && \ pip install 'Nikola[extras]' && \ + pip install 'markdown==3.3' && \ mkdir -p ~/.emacs.d/.local/straight/build && \ git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize