diff --git a/info.rkt b/info.rkt index 211a344..58d0131 100644 --- a/info.rkt +++ b/info.rkt @@ -1,5 +1,5 @@ #lang info (define collection "pollen") (define scribblings '(("scribblings/pollen.scrbl" ()))) -(define deps '("txexpr" "sugar")) +(define deps '("txexpr" "sugar" "markdown")) (define raco-commands '(("pollen" pollen/command "issue Pollen command" #f)))