Markdown

Blog posts tagged with Markdown
Medium Exporter for Atom

Medium Exporter for Atom

24/08/2016
I love Markdown and I love editing Markdown in Atom. But I also love the exposure that Medium offers, and whilst I admit it has a great editor, I like to be able to write offline and I like having a central repository (i.e. Git) of my work for collaboration, consolidation and other purposes.
Making Markdown Interactive with Runme

Making Markdown Interactive with Runme

22/12/2023
Markdown may be popular for its simplicity and "plainness", but it's often full of information. Whether for internal or external consumption, that information often contains code snippets for running certain commands or code examples. Wouldn't it be great if you could run that code directly as you read from within the markdown?