Created
May 29, 2016 21:04
-
-
Save LK64076007A/c9cf46c48edb9c51630af146f6dfd480 to your computer and use it in GitHub Desktop.
Javascript for converting Markdown to HTML without line breaks using TextExpander
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%snippet:marked.min.js% // import marked.min.js library | |
marked(TextExpander.pasteboardText).replace(/(\n)+/g, ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment