Show HN: Ditto – Markdown documentation system
1–10 of 27 posts
Re: Show HN: Ditto – Markdown documentation system
#2Re: Show HN: Ditto – Markdown documentation system
#3Re: Show HN: Ditto – Markdown documentation system
#4Re: Show HN: Ditto – Markdown documentation system
#5I don't understand all the fuzz about Markdown. Doesn't people realize that it exists other much more powerful lightweight markup languages like AsciiDoc?
Re: Show HN: Ditto – Markdown documentation system
#6I don't understand all the fuzz about Markdown. Doesn't people realize that it exists other much more powerful lightweight markup languages like AsciiDoc?
Re: Show HN: Ditto – Markdown documentation system
#7I don't understand all the fuzz about Markdown. Doesn't people realize that it exists other much more powerful lightweight markup languages like AsciiDoc?
I've never heard of AsciiDoc, but I'd say the biggest advantage that Markdown has is its ubiquity. It's used by GitHub, StackOverflow, Reddit, and even Tumblr has an option for it.
Unless I'm missing it, there's no pure client-side AsciiDoc?
Re: Show HN: Ditto – Markdown documentation system
#8I don't understand all the fuzz about Markdown. Doesn't people realize that it exists other much more powerful lightweight markup languages like AsciiDoc?
Re: Show HN: Ditto – Markdown documentation system
#9Earlier quoted context omitted.
I've never heard of AsciiDoc, but I'd say the biggest advantage that Markdown has is its ubiquity. It's used by GitHub, StackOverflow, Reddit, and even Tumblr has an option for it.
Also the fact that there are multiple (and good) client-side Markdown libraries while stuff like AsciiDoc generally requires server-side rendering (and the associated server load and round-trip penalties). Unless I'm missing it, there's no pure client-side AsciiDoc?
[1]: http://asciidoctor.org/news/2013/05/21/asciidoctor-js-render...
Re: Show HN: Ditto – Markdown documentation system
#10I don't understand all the fuzz about Markdown. Doesn't people realize that it exists other much more powerful lightweight markup languages like AsciiDoc?
I've never heard of AsciiDoc, but I'd say the biggest advantage that Markdown has is its ubiquity. It's used by GitHub, StackOverflow, Reddit, and even Tumblr has an option for it.