@@ -37,13 +37,14 @@ (provide (all-defined-out) (all-from-out "crystalize.rkt" "template-html.rkt")) (module setup racket/base - (require syntax/modresolve) + (require syntax/modresolve pollen/setup) (provide (all-defined-out)) (define poly-targets '(html)) + ;(define block-tags (cons 'note default-block-tags)) (define cache-watchlist (map resolve-module-path '("tags-html.rkt" "template-html.rkt" "dust.rkt" "crystalize.rkt")))) @@ -105,10 +106,12 @@ (poly-branch-func link) (poly-branch-func url) (poly-branch-func fn) (poly-branch-func fndef) + +(poly-branch-tag note) ;; Not yet implemented ; (poly-branch-tag table) ; #:columns "" ; (poly-branch-tag inline-math) ; (poly-branch-tag margin-note)