Hi, after a longer time I installed nikola on a new pc (nikola-env) and want to update my pages (nikola 8.2.4), I have MARKDOWN_EXTENSIONS = ['markdown.extensions.fenced_code', 'markdown.extensions.codehilite', 'markdown.extensions.extra'] in conf.py.
I have a link list with images , but it is no more creating code. What am I missing:
my md code (omitting brackets here):
div class=grid-x ..." markdown="1"
div class="cell"
div class="card"
/div
/div
/div
When I put it ouside the div container, it works. Didi I forgot to pip install an extension (they are in core already [they are in fact in c:\Users\xxx\nikola-env\Lib\site-packages\markdown\extensions\]?)