Based on our record, Pastebin.com seems to be a lot more popular than Markdeep. While we know about 2057 links to Pastebin.com, we've tracked only 30 mentions of Markdeep. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Pastebins make me nostalgic. I’m told they existed well before the web in the IRC days. The first notable one I remember, Pastebin.com, was created in 2002 by Paul Dixon, introducing features like syntax highlighting and private pastes. Believe it or not, it’s still going strong today. The latest incarnation I remember using recently was PostBin (clever: Pastebin for Webhooks). It made testing “web callbacks”... - Source: dev.to / about 1 year ago
When you get something started feel free to put your code on pastebin.com or gist.github.com and share a link for feedback/help. Source: over 1 year ago
Either use pastebin or Github for formatting and paste a link. Source: over 1 year ago
You'll have to use a site like https://pastebin.com/ so I can see it too. My guess is that you did not install the mod I linked or that you haven't succesfully followed my steps. Start again from the beginning. Source: over 1 year ago
Pastebin.com was still reliable last time I tried it. Source: over 1 year ago
I host the Markdeep library locally as well. Though overtime I've added some features, e.g. To make anchoring linking easier. [1] https://casual-effects.com/markdeep/. - Source: Hacker News / 18 days ago
I cheat with my site. I write the site in markdown in an html file. I then include the link for Markdeep (https://casual-effects.com/markdeep/) Page goes to user, markdeep does all the processing and I'm good to go. The minifed java script file is about 300kb, the size of an image. - Source: Hacker News / 5 months ago
Lots of folks mentioning Markdown in the comments. +1 to that. Plain text FTW. Ever since WordPerfect I've preferred more deterministic, lightly-formatted documents with some way to see formatting characters directly. Markdown is brilliant, basically a DSL (domain-specific language) for HTML. The key to plain text is tooling! A couple Markdown tools I haven't seen mentioned here yet (even though they've come up on... - Source: Hacker News / 7 months ago
I've been working on a personal project for what I call "semiliterate programming" ;) because I think "Write a book about your code that happens to contain all of your code" is a bridge too far for nearly everyone. So, I'm trying to find the place between Doxygen and full-blown literate programming. Encouraging disjoint prose documentation rather than parameter-by-parameter docs or chapter-by-chapter docs. Doxygen... - Source: Hacker News / 11 months ago
I like markdeep for documents, web stuff, etc. it has a rich set of mark methods. https://casual-effects.com/markdeep/. - Source: Hacker News / 12 months ago
GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
ShowdownJS - A Markdown to HTML converter written in JavaScript
GitHub Gist - Gist is a simple way to share snippets and pastes with others.
Marked.js - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
CodePen - A front end web development playground.
Markdown-it - High-speed Markdown parser with 100% CommonMark support, extensions & syntax plugins.