chore(): Unpin markdown version
Some checks are pending
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is running

This commit is contained in:
Elia el Lazkani 2024-01-20 12:05:18 +01:00
parent fd7d024863
commit 6a405dce3c

View file

@ -4,6 +4,6 @@ RUN apt-get update && \
apt-get install -y emacs git && \
apt-get autoclean && \
pip install 'Nikola[extras]' && \
pip install 'markdown==3.3' && \
pip install 'markdown' && \
mkdir -p ~/.emacs.d/.local/straight/build && \
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize