This is an example of a complete header:
((( header begins )))
---
title: "Più uguali degli altri"
date: 2022-02-24T01:43:23+01:00
draft: false
toc: false
comments: false
categories:
- Education
tags:
- MacBook Pro
- iPad mini
- Apple Pencil
- Bowdoin
---
((( header ends )))
Right under the header, the body text begins.
The count for categories and tags items can be zero, one, or more than one.
My main issue is to refrain from mistakenly capturing sentences inside the body text that share the same structure (i.e., lists beginning with dashes).
Working on the problem, I could somewhat simplify the problem. I'd like now to convert the former header in the following one:
((( header begins )))
---
title: "Più uguali degli altri"
date: 2022-02-24T01:43:23+01:00
draft: false
toc: false
comments: false
categories: [Education]
tags: [MacBook Pro, iPad mini, Apple Pencil, Bowdoin]
---
((( header ends )))
Again, thanks very much for the attention. :-)
lux