Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 437 Bytes

HTML to Markdown Extra converter

Simple HTML to Markdown Extra converter with regex.

Copy your HTML to the input area, press Ctrl+Enter, and copy your Markdown Extra from the output area.

Dependencies:

HMTL code to run this script:

<div title="Sample code to run the html2md converter">
   <div id="regexhtml2md"></div>
   <script src="/pathToScript/regexhtml2md.js?v=1.0"></script>
</div>