From f98709272ac098c32a6153385bd8ebe1d3bd40f3 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 4 Nov 2023 17:04:07 -0700 Subject: [PATCH] Fix regex for stacked
with id attributes --- layouts/partials/processed-content.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/processed-content.html b/layouts/partials/processed-content.html index dc9a573..270bbba 100644 --- a/layouts/partials/processed-content.html +++ b/layouts/partials/processed-content.html @@ -29,8 +29,8 @@ Sometimes I want multiple described terms for a set of descriptions in a description list --> -{{- $combinedTerm := `
(.*) OR (.*)
` -}} -{{- $splitTerm := `
$1
$2
` -}} +{{- $combinedTerm := `]*)?>(.*) OR (.*)` -}} +{{- $splitTerm := `$2
$3
` -}}