Quarkdown – Markdown with Superpowers
121–130 of 151 posts
Re: Quarkdown – Markdown with Superpowers
#122Tex is the superior typesetting, and since the advent of LLMs getting things done in Tex became a breeze.
Org-mode is the superior universal markup for, well everything, only downside is the default editor.
Re: Quarkdown – Markdown with Superpowers
#123Re: Quarkdown – Markdown with Superpowers
#124Earlier quoted context omitted.
I'm sorry, what exactly is the issue with typst?
They made a new format with basically no accessibility. We finally got latex usable by blind people with acceptable html output, I’m not moving to something worse.
Re: Quarkdown – Markdown with Superpowers
#125Re: Quarkdown – Markdown with Superpowers
#126Earlier quoted context omitted.
Would you consider "fixing" the bold syntax on v3? I have always believed that instead of **bold** and *italic*, it should be *bold* and _italic_. That extra asterisk is a poor design decision in markdown. It really makes it inconvenient to edit Markdown on a phone or tablet.
It always bugs me that _underscore_ is the syntax for italics rather than underline. I’m sure back in the old days of READMEs, long before markdown was a thing, the conventions were this: /italics/ _underline_ *bold*
Re: Quarkdown – Markdown with Superpowers
#127Earlier quoted context omitted.
It always bugs me that _underscore_ is the syntax for italics rather than underline. I’m sure back in the old days of READMEs, long before markdown was a thing, the conventions were this: /italics/ _underline_ *bold*
My /usr/bin/ folder wants to know which bit gets italicised :)
Re: Quarkdown – Markdown with Superpowers
#128Earlier quoted context omitted.
It always bugs me that _underscore_ is the syntax for italics rather than underline. I’m sure back in the old days of READMEs, long before markdown was a thing, the conventions were this: /italics/ _underline_ *bold*
My /usr/bin/ folder wants to know which bit gets italicised :)
According to my own local Markdown formatters, the answer would be both "usr" and "bin", with the surrounding slashes removed, but the internal slash remaining. In other words:
usr/bin
(but underlined instead of italic!)
Of course, this problem is nothing new since a filename might easily be named `_my_file_`.
Re: Quarkdown – Markdown with Superpowers
#129Earlier quoted context omitted.
To me, one of the big features of markdown is it's half WYSIWYG. By that I mean, the basics reuse the way we faked formatting to do real formatting. The input is (usually) perfectly readable on its own. Even if you don't know (or remember) how to author a markdown file, you can probably still read it just fine. The tables still look like tables. The paragraphs are just paragraphs. I do still have to look up how to do…
That’s exactly why I built Quarkdown. Flat learning curve for basic formatting, powerful customizations for the rest. Spot on!
But I think this kind of brings up another problem, which is that you can choose not to use stuff if you're writing, but if you're reading other people's docs or editing them, then you need to know all the syntax they use. Most OSS projects with markdown docs today, anyone can open an MR to improve them.
Re: Quarkdown – Markdown with Superpowers
#130Earlier quoted context omitted.
They made a new format with basically no accessibility. We finally got latex usable by blind people with acceptable html output, I’m not moving to something worse.
In what ways is HTML produced by transpiling LaTeX more accessible that HTML produced by Typst?