Results 47 issues of cormullion

I'm reporting this issue here, although it was originally posted [here](https://github.com/JuliaGraphics/Luxor.jl/issues/228). https://user-images.githubusercontent.com/52289/178143133-28ebe9d7-b404-462e-ae5d-05a5b3cf5ab9.mov The user is using Markdown to include SVG images. Unfortunately, the glyph-ids in the SVG images "leak", and...

other packages

I have a weird error if I use a variable called `br`: Video: https://user-images.githubusercontent.com/52289/157880953-501fe517-4776-4720-a669-b3e32c398819.mov Notebook: [mobius-pluto.jl.zip](https://github.com/fonsp/Pluto.jl/files/8232441/mobius-pluto.jl.zip) I haven't tried all the two letter variable name possibilities but I have a...

MathTeXEngine version 0.5 changed their LaTeX code, so please could Luxor-LaTeXers check and report any issues with Luxor 3.5.0? Thanks!

bug
enhancement
help wanted

@JuliaRegistrator register()

Hi George! I love reading your excellent documentation! (Even with all the Purple! 😈) Just the other day, I spotted this little phrase, which took my interest: I think what's...

documentation
pretty printing

Great work so far! I think you need a chapter on modules and packages, though.

I couldn't find a nice easy image histogram easily, so I wonder if it might be a nice addition to your beautiful collection? I struggled to make this: ```julia using...

@JuliaRegistrator register()

At least, that's what I read [here](https://discourse.julialang.org/t/knowing-what-package-a-function-is-from/49258/6). Perhaps there should be a mention of this somewhere in the README, to save new users disappearing down a slippery gradient of frustration...?

Sorry if this a FAQ - are `Pkg.add()` and `add` do different things? Here, `Pkg.add()` adds a "#master" at the end, whereas `add` doesn't. ```julia (@MiniFB) pkg> add https://github.com/oheil/Luxor.jl#multi_drawing Updating...