tchartron / blow

A zola theme based on tailwindcss
MIT License
26 stars 19 forks source link

Markdown numbering doesn't seem to be recognized. #16

Open akmijares opened 12 months ago

akmijares commented 12 months ago

Hello,

It appears that markdown/website theme isn't recognizing the number format when you try to apply it. It does seem to recognize all the other formats (code blocks, comments, etc.)

Markdown text: image Rendered: image

Let me know if you have any questions/concerns.

awinterstein commented 3 days ago

This can be fixed, by extending the main.css file like in here: https://github.com/awinterstein/zola-theme-project-portfolio/commit/6801edcd0149b8816559bd7029c714dcb80b0820

I would create a pull-request here, but I do not have the environment to execute the old version of Tailwind CSS that is used in this repository. Hence, I am not able to create the output CSS file via Tailwind CSS. Feel free, to just use my code here as well.