chore(): Unpin markdown version
This commit is contained in:
parent
fd7d024863
commit
6a405dce3c
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ RUN apt-get update && \
|
||||||
apt-get install -y emacs git && \
|
apt-get install -y emacs git && \
|
||||||
apt-get autoclean && \
|
apt-get autoclean && \
|
||||||
pip install 'Nikola[extras]' && \
|
pip install 'Nikola[extras]' && \
|
||||||
pip install 'markdown==3.3' && \
|
pip install 'markdown' && \
|
||||||
mkdir -p ~/.emacs.d/.local/straight/build && \
|
mkdir -p ~/.emacs.d/.local/straight/build && \
|
||||||
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|
git clone https://github.com/hniksic/emacs-htmlize.git ~/.emacs.d/.local/straight/build/htmlize
|
||||||
|
|
Loading…
Reference in a new issue