fix(): Fixing bug in Nikola with markdown>3.3

This commit is contained in:
Elia el Lazkani 2022-07-26 01:53:04 +02:00
parent 1dc6bb19dc
commit 9542d48a83

View file

@ -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