I have a file located at:
/content/tags/mytag1/_index.md
The content is:
---
title: "tagtopic"
date: 2019-06-04T21:55:06+01:00
draft: false
summary: "Hello, there tagtopic list"
type: mytag1
---
# Demos
Some text
some **bold**
# Background
Some more text
The content is pulled in the respective list.html file.
However, the headings don’t render as I would expect. They are just plain text. However bolding works.
I am looking for a way to have formatted Content to describe a taxonomy tag. I am almost there except for this formatting problem.
For an example in my repo: https://github.com/dunhampa/petedunhamcom.git (builds ok in 0.58.3 – I have aesthetic problems in higher versions)
headings don’t display as I would expect.
Update: I do see the text is wrapped in <h1>
which is different than my other content renders to which is: <h1 class="title section-title"> </h1>
.