Weave.jl/src/WeaveMarkdown
Mike 4c60bd8d64
Fix #388.
Replaces the `IO` argument with a `Union{IOBuffer,IOContext}` which
should be the only types that are actually reachable since the code
paths pass through `sprint`, which only uses either of those.

It's still not a perfect fix due to the type piracy, as noted in the
comments, but avoids the method overwrite warning at least.
2021-06-01 08:42:02 +01:00
..
html.jl refactors: almost just about code styles, doesn't change any behaviour 2020-05-24 02:36:32 +09:00
latex.jl refactors: almost just about code styles, doesn't change any behaviour 2020-05-24 02:36:32 +09:00
markdown.jl Fix #388. 2021-06-01 08:42:02 +01:00