CommonMark.jl
                                
                                 CommonMark.jl copied to clipboard
                                
                                    CommonMark.jl copied to clipboard
                            
                            
                            
                        autoidentifiers: Julia 1.0 compat, fix #33
Let's adjust CI to run on 1.0 - 1.2 as well here to ensure things are compatible with those versions.
I'd like to attempt to retain compat across 1.0 - latest if the maintenance burden isn't too high with needing to patch methods like this. I think we'll need a conditional definition here for get! such that it doesn't cause method overwrite warnings.
There looks to be some other issues on 1.0-1.2 so I think it's simplest to just restrict compat for julia to 1.3 since that's what CI has been testing.
I released MarkdownLiteral with julia = "1.3" :)
https://github.com/JuliaRegistries/General/pull/50958