Using find and replace, what regex would remove the tags surrounding something like this:
Viticulture and Enology
This works for me Notepad++ 5.8.6 (UNICODE)
search : (.*?)
(.*?)
replace : $1
$1
Be sure to select "Regular expression" and ". matches newline"