We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Exporting HTML from Gollum to Google Docs requires <br> tags after <p> for proper spacing.
<br>
<p>
// Run in Chrome $x("//*/p").forEach(function(e){ e.parentNode.insertBefore(document.createElement('br'), e.nextSibling); });
There was an error while loading. Please reload this page.