Skip to content

Instantly share code, notes, and snippets.

@johnnyreilly
Last active February 21, 2021 19:29
Show Gist options
  • Save johnnyreilly/d3231dd28bc6181ce0868fbf4877ac13 to your computer and use it in GitHub Desktop.
Save johnnyreilly/d3231dd28bc6181ce0868fbf4877ac13 to your computer and use it in GitHub Desktop.
markdown blogpost with sed
// with markdown
npx markdown README.md | sed -e 's|<pre>|<pre class="prettyprint json">|'
// with showdown
npx showdown makehtml -i README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment