I'm making a site using the parsa hugo theme. It's working fine, except that markdown lists (both ordered and unordered) are rendering without numbers or bullet points.
Markdown (type: "post" in the header):
Renders thus:
I have looked around in the theme, without much success. I imagine that I have to change something in css, but I don't know where. I've played around with [markup] settings in the config.toml file, without success.
I doubt this, but could it have to do with forestry/netlify? They are recommended as the installation path. I'm just running hugo to view the site locally, without forestry or netifly.

