An easy way to convert formats is to use the tool called Pandoc. As of this post, the most recent version is 2.2.1, and I installed the binary from this page: https://github.com/jgm/pandoc/releases/tag/2.2.1. You can check for their current release here: https://pandoc.org/releases.html. Once you have installed this tool, I managed to put together a Macro that integrates the tool with ClipboardFusion. Here's how to use it:
Download the file attached to this post
Install Pandoc
Open the ClipboardFusion Settings window and go to the "Macros" tab
Click the "Import" button and select the file you downloaded in the first step
If you have Pandoc installed in a different location, change line 19 to where you have it installed on your computer
Review the code, and optionally give it a HotKey for quick and easy use
Click OK to close the Macro Edit window, and OK again to close the Settings window and save and apply your changes