Is it possible to include Pollen markup in the metas metadata hash?
I am used to, in pandoc-flavored markdown for instance, using a YAML header
for metadata (like title, author, etc), and was hoping to do something
similar in Pollen. In that YAML header, I could include something like:
---
> title: "Conclusion to *Studies in the History of the Renaissance*"
> ...
If I try this, however,
#lang pollen
◊(define-meta title "Conclusion to ◊em{Studies in the History of the
> Renaissance}")
Rather than the desired output when I use (hash-ref metas 'title),I get
instead : *Conclusion to ◊em{Studies in the History of the Renaissance}*.
If I try to the pollen form, ◊define-meta[title]{Conclusion to ◊em{Studies
in the History of the Renaissance}}, I get a hasheq error (key does not
have a value (i.e., an odd number of arguments were provided).
Am I missing something? Is it possible to use markup/function in metas? Is
there a different approach to metadata I should be exploring?
Many Thanks,
Chris
--
You received this message because you are subscribed to the Google Groups
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.