Asciidoc here…
The four-network test: written in AsciiDoc on su.perstitio.us, rendered with inline syntax highlighting, and mirrored to WordPress over the firehose.
(defn survives-the-trip? [colors]
;; perstitio -> firehose -> browser -> wordpress
(every? #(= % :intact) colors))
(survives-the-trip? (repeat 4 :intact))
;; => true, hopefully
And a little bash for contrast:
curl -s https://shjeflo.org/ | grep -c "color:#" && echo "phosphor confirmed"