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’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 </p>
As noted above, if I compile a PDF, it works perfectly.