Live data from Hacker News

Beyond Markdown (2018)

johnmacfarlane.net

131–132 of 132 posts

Re: Beyond Markdown (2018)

#131
post #72

Is there any great modern rich document alternative? That wound truly go beyond markdown

Asciidoc. Particularly if you 1) need XML interoperability, 2) complex print outputs, 3) complex tables, 4) transclusion (partial and otherwise) in core spec, 5) conditionals in core spec.

The AsciidocFX program is a good "starter's editor" for those unfamiliar with Asciidoc and lightweight markup in general - it includes a "boxed" DocBook-XSL pipeline as an alternative to the Ruby-based asciidoctor-pdf. For an actual production editor, Visual Studio Code with the Asciidoctor extension is very hard to beat. Github integration on top of VSC gives you some collaborative visibility, too.

On the PDF front, another interesting Asciidoc project is asciidoctor-web-pdf, which uses Paged.js and CSS to product extremely complex PDFs using web technologies (Chromium + Puppeteer, I think). That, asciidoctor-pdf (Ruby/Prawn), and DocBook-XSL are the main PDF pipelines.

Re: Beyond Markdown (2018)

#132
post #53

Earlier quoted context omitted.

I think many/most people use slashes more often than they use asterisks, however.

Sure, but a slash before and after a word? I don’t think that’s common outside of file paths.

Using slashes for a short/small/abbreviated list is relatively common. For example, the top post on the hiring thread right now is for a "Full-stack/frontend/product engineer". There's another one describing a "M/W/Th" hybrid schedule.
Post reply on HN