Is there a reason why `config` is type restricted to `Dict` and not to `AbstractDict`? e.g. here: https://github.com/fredrikekre/Literate.jl/blob/ebe1cfd48305f5e1b98ee66e8d2cd55c5616fad5/src/Literate.jl#L126 Not a big deal but relaxing it would allow to use `LittleDict` for instance.
Is there a reason why
configis type restricted toDictand not toAbstractDict? e.g. here:Literate.jl/src/Literate.jl
Line 126 in ebe1cfd
Not a big deal but relaxing it would allow to use
LittleDictfor instance.