Oscar Dowson
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  After 
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.