I have a text file that looks similar to the below example:
# Build 74
* [52e3e](https://gitlab.com/jenkins-code/nancy-jenkins-helm/commit/52e3e) [abc] **Testing Change 1*
* [52e3e](https://gitlab.com/jenkins-code/nancy-jenkins-helm/commit/52e3e) [abc] **Testing Change 2*
I want to change these lines as shown in the following example using python:
# Build 74
<p>* <a href=\"https://gitlab.com/jenkins-code/nancy-jenkins-helm/commit/52e3e\">52e3e</a> [abc] **Testing Change 1* </p>
<p>* <a href=\"https://gitlab.com/jenkins-code/nancy-jenkins-helm/commit/52e3e\">52e3e</a> [abc] **Testing Change 2* </p>