Typography

This book includes some diagrams that are rendered
on the client side from various graphical markup systems.

This page lets you verify that you can read the glyph and diagrams correctly. If you do not see two of everything, then you will not be able to see some of the diagrams in the book. In that case, please report the issue.

In each of the rendering checks below, the dynamically rendered element is shown first, followed by a reference image.

jsxgraph rendering

courtesy of jsxgraph

Mermaid.js rendering

courtesy of mermaid.js

graph LR A-->B B-->C C-->A

nomnoml rendering

courtesy of nomnoml.com

 #direction: right
 [A] -> [B]
 [B] ->  [C]
 [C] -> [A]

railroad diagram rendering

courtesy of railroad-diagrams

Diagram('<IDENTIFIER: name>');