Based on our record, Markdeep should be more popular than Strapdown.js. It has been mentiond 29 times since March 2021. 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.
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 / 4 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 / 10 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 / 11 months ago
It could be that I'm just one of the 10,000 some days (https://xkcd.com/1053/) but there has been a few times that I've seen an article on HN and went "Umm, I didn't know I needed that, but it fits into a niche use that I have." My last one was Markdeep in a discussion about markup languages. https://casual-effects.com/markdeep/ Or Picotron (https://news.ycombinator.com/item?id=39786984)... - Source: Hacker News / about 1 year ago
This project based on the design idea of [Strapdown.js](https://strapdownjs.com/). Source: almost 3 years ago
This project based on the design idea of Strapdown.js. But use casual-markdown parser, Build-in css, vanilla javascript without any dependence. (support all browsers include IE9). - Source: dev.to / almost 3 years ago
I've previously used Strapdown: http://strapdownjs.com/ From my bookmarks, there's also Markdeep: https://casual-effects.com/markdeep/. - Source: Hacker News / over 3 years ago
Pandoc will do anything if you have the skills required to drive it. Are you certain you are looking for a CL conversion tool and not a static site generator?...or even something as simple as Strap down.js? Https://strapdownjs.com/. Source: over 3 years ago
That's one way to do it. But I might finally be able to ditch the js requirement from my server. Source: over 3 years ago
ShowdownJS - A Markdown to HTML converter written in JavaScript
Marked.js - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
Markdown-it - High-speed Markdown parser with 100% CommonMark support, extensions & syntax plugins.
Snarkdown - The super fast, 1kb Markdown parser in JavaScript
Landslide - landslide - Generate HTML5 slideshows from markdown, ReST, or textile.
Monodraw - Monodraw allows you to easily create text-based art (like diagrams, layouts, flow charts) and...