Oscar Dowson

Results 1423 comments of Oscar Dowson

Math issue is https://github.com/JuliaDocs/Documenter.jl/issues/1470, which was fixed for HTML but not for LaTeX.

Added. p.s. I'm just about to head to the airport, so I'll only be online sporadically until mid-next week.

The normal markdown tables already use the `{tabulary}` environment with the `linewidth` option, so I think we're okay without? The problematic tables are really `DataFrames` because it implements `show(::IO, ::MIME"text/latex",...

I don't really understand why the `@eval` doesn't get resized, but the `@example` does? It's another second-order thing. We're heading in the right direction, and getting everything perfect every time...

> But as I said, I'm more than happy to merge this as is. As you said, mostly it's DataFrames etc. that cause problems, which the current PR already takes...

Before ![image](https://user-images.githubusercontent.com/8177701/190927891-98dc048e-e3fa-4487-bb2b-adc8e14c18c4.png) After ![image](https://user-images.githubusercontent.com/8177701/190927904-280ed624-c7c6-42cc-94f0-85a1ca6b4f94.png)

I'll let @mortenpi decide. But I'd vote no lines and no color. Is this really less readable?

Here's a big table from the JuMP docs: ## No color ## With color For now, I think the current state of the PR is an improvement in all cases,...

Why do we want this? Isn't it better to be explicit? Trailing whitespace is usually never a good thing to include. You can configure your editor to automatically remove it.

I vote 3), just make the warning say ``` `# output` (with no trailing whitespace)``` Working around ambiguities just leads to long-term mess.