Kolen Cheung

Results 132 comments of Kolen Cheung
trafficstars

I don't mean that, I mean the topic of this issue might better be discussed in pandoc-discuss first, I don't mean your comment in particular. I meant if we discussed...

Grid model has its own problems but I agree it seems easier to work with. I agree with @jgm in the direction of 1. create a grid-table in addition to...

I agree rational is a good choice. But what would that becomes in JSON AST? A float or specially formatted string? [pantable (pandoc table ast in Python) allows rational ratio...

Are you only talking about round-tripping markdown, or the input can be of any format (like #4 is trying to do) which has plain text CriticMarkup syntax?

Should the solution be releasing a major version of nbconvert that change the spec to `raw_mimetype` to match the "real world behavior in the wild"? This will help when someone...

# Intel 660p ``` yml SSD: Model: INTEL SSDPEKNW010T8 type: NVMe size: 1TB motherboard: LattePanda Alpha 800s CPU: m3-8100Y macOS: macOS 11.4 (20F71) ``` | SetApfsTrimTimeout | time (s) |...

# Samsung SSD 960 PRO 512GB ``` yml SSD: Model: Samsung SSD 960 PRO 512GB type: NVMe size: 512GB motherboard: GA–X299–UD4 CPU: i9 7900X macOS: macOS 11.4 (20F71) ``` |...

That's because you're using the one provided by homebrew. See how they compile it: https://github.com/Homebrew/homebrew-core/blob/master/Formula/m/micromamba.rb#L58 Secondly, there's no true static linking on macOS. If you use the binary provided officially...

According to [LaTeX/Mathematics - Wikibooks, open books for an open world](https://en.wikibooks.org/wiki/LaTeX/Mathematics#Mathematics_environments), `$...$` and `$$...$$` are TeX, `\(...\)` and `\[...\]` are LaTeX. And the reason to avoid `$...$` and `$$...$$` is...

In other words, is `$...$` identical to `\(...\)` and `$$...$$` identical to `\[...\]` in LaTeX? If so, it is only an aesthetic choice as you said "some people might want...