On Wednesday, February 23, 2022 at 6:30:31 PM UTC+1 [email protected] wrote:
> When you state header, this implies that there is more data than what you > present. Could you provide a small selection of what the data file actually > looks like? ;) > 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 -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/d2d991ef-5428-494b-8300-0a6279954018n%40googlegroups.com.
