Unfortunately my solution for dropcaps detailed in the launch note was fated to fail. I use Firefox (the best browser), and so was testing my site’s features on it. But apparently Chrome (what most people use) does not play well with first-letter
, which is what I built my dropcap function on. There were a host of issues much too boring to detail here, but the end of the matter was that I decided it was too much work for one day and that I had to put a temporary fix on it.
So for now I am just using classes on spans nested within paragraphs, taking inspiration from here. It does the job, but it is more manual work, and breaks certain benefits of writing in Markdown (I have to use ad-hoc HTML, and because of the way Goldmark exports it, I have to write the entire paragraph in HTML, which makes links, text styling, and footnotes much more difficult). Becuase of all this, I am reserving dropcaps for articles at this time. Perhaps at a later date I will come up with a more elegant and cross-platform solution, but this will do for now. Better to be not ideal and functional than unreleased.