#lang pollen ◊; I have a custom tagged called `digram`. I use it like this: ◊digram{◊(lesser-yin)} ◊; I use this to render these characters: ⚌ ⚍ ⚎ ⚏ ◊; I will be using these all over my document, but in this specific ◊; case, I need to render them much like they appear above: in a row. ◊; Eventually I will be rendering to HTML, Latex, PDF, and JSON (if I can ◊; figure out how). But for now, I am just concerned with HTML. I started ◊; with this idea (see pollen.rkt below for tag implementation): ◊digram-row{ ◊digram-row-item{◊digram{◊(lesser-yin)}} ◊digram-row-item{◊digram{◊(greater-yin)}} ◊digram-row-item{◊digram{◊(lesser-yin)}} ◊digram-row-item{◊digram{◊(lesser-yin)}} } ◊; digram-row would map to an