clerk
clerk copied to clipboard
qualified symbol renders without a namespace
Quoted symbol (or java static variable) is rendered without a namespace. Syntax quote is not rendered at all.
(import 'java.awt.Color)
Color/PINK ;; #object[java.awt.Color 0x363b171d "java.awt.Color[r=255,g=175,b=175]"]
'Color/PINK ;; Color/PINK
`Color/PINK ;; java.awt.Color/PINK
clerk/vl ;; #'nextjournal.clerk.viewer/vl
'clerk/vl ;; clerk/vl
`clerk/vl ;; nextjournal.clerk/vl

Good timing, I actually fixed this earlier today with dad9865e15101cc047efc17c7b15ea277f514176. Please try that sha.
Tried with newest version. Synthax quote is not rendered in the code block (but it's rendered). The rest looks ok.