I am not sure if this is a Hugo or Goldmark issue. But a single line is not wrapped in paragraph tags. Any tips to resolve this?
render-codeblock-quote.html
{{- $author := .Attributes.cite }}
{{- $class := .Attributes.class }}
<figure>
<blockquote {{- with $class }} class="{{ . }}" {{- end }}>{{ .Inner | .Page.RenderString }}</blockquote>
{{- with $author}}<figcaption>{{ . | $.Page.RenderString }}</figcaption>{{ end -}}
</figure>
```quote { cite="Jane Doe" }
Labore aperiam voluptas fugit tempore fugit est magnam aut. Dolorum omnis hic aliquid eveniet est fugit et. Impedit dolorum velit voluptatem qui voluptate atque unde voluptas.
```