Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created January 27, 2018 23:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jmercouris/5cbceb59e8ff6f535a8eb2ca65423051 to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Does not generate extra spaces
(:a :href (page-address "index") :class "pure-menu-brand rainbow"
(:span :class "n" "n")
(:span :class "e" "e")
(:span :class "x" "x")
(:span :class "t" "t") " browser")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Generates extra spaces
(:h1 :class "headline-title rainbow"
(:span :class "n" "n")(:span :class "e" "e")(:span :class "x" "x")(:span :class "t" "t"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment