Morten Piibeleht
Morten Piibeleht
> I think our current state of the art for keyword handling is this Actually, the state of the art is in doctests, so we should probably generalize that: https://github.com/JuliaDocs/Documenter.jl/blob/9801cf40289a6a15463aff62051e468603f00289/src/DocTests.jl#L124-L156
Just to check in with this: it just needs argument handling for the relevant at-blocks to locally set `allowexceptions` and it should be good to go I think?
Between #1529 and #1567, I believe we might have this sorted? Although it's currently only available on master.
Hmm, okay, it looks like that's no the case. E.g. [when deploying dev docs from master, if you do not have the keys, it will still pass](https://github.com/mortenpi/Documenter.jl/runs/3327140128#step:5:17). I agree that...
This is would not be a Documenter issue, but a limitation (or a bug) in Julia, as printing Markdown to the REPL is handled there. However, I am actually not...
I do vaguely remember that handling the `julia>` prompt on copy-paste was somehow different between Windows and Linux (although I may well be mistaken here), so it wouldn't be entirely...
@mgkurtz I think you've run into https://github.com/JuliaDocs/Documenter.jl/issues/558#issuecomment-507010943. The aliasing observations are useful though.
What do you mean by separating them? And regarding control: do you mean e.g. the ability to override the `` element on a per-page page?
I think this is something we could have. It's pretty common in Markdown document generators that you can set the page title in some YAML front matter etc. Probably a...
What version of Documenter is this? I thought we made them consistent in #1349.