hyperlinks and bullet lists

I’ve got a visually formatted Scrivener page, with a bunch of bullet lists. Every one of which includes a hyperlink. I want to convert it to a MultiMarkdown format for posting to web pages.

When I compile it to a PDF, everything looks correct.

However, when I compile using the MultiMarkdown tool, the hyperlinks disappear and the lists are completely ignored. The lists are placed into a paragraph as a series of sentences separated by a bullet symbol.

Here is an example. In the original, the underlined text showing where a hyperlink would be;
Tradesman’s Tools of the Trade (Set)– set bonus increases durability by 5.0%
Tradesman’s Earring – possible loot from an Exquisite Chest
Tradesman’s Toolbelt – requires 20,000+ faction

The MultiMarkdown to Text looks like this;

Tradesman's Tools of the Trade (Set)-- set bonus increases durability by 5.0% • Tradesman's Earring -- possible loot from an Exquisite Chest • Tradesman's Toolbelt -- requires 20,000+ faction

The MultiMarkdown Web Page (.HTML) version comes out like this;

<p>Tradesman&#8217;s Tools of the Trade (Set)&#8211; set bonus increases durability by 5.0% • Tradesman&#8217;s Earring &#8211; possible loot from an Exquisite Chest • Tradesman&#8217;s Toolbelt &#8211; requires 20,000+ faction </p>

As noted above, if I compile a PDF, it works perfectly.

There are none so blind as those who will not see:

I completely missed the stand-alone HTML option … and it worked. Please ignore my post.