pulldown-cmark-mdcat 2.9.0

Render pulldown-cmark events to TTY
Documentation
---
source: pulldown-cmark-mdcat/tests/render.rs
assertion_line: 118
expression: "render_to_string(markdown_file, &ansi_settings)"
input_file: pulldown-cmark-mdcat/tests/markdown/samples/math.md
---
Inline: α + β = γ and E = mc².

Fractions: a+b/c and 1/2.

Roots: √(x² + y²).

Subscripts and superscripts: xᵢ² and aₙ₊₁.

Greek: Σ, Π, Δ, Ω.

Operators: ∑ᵢ₌₁ⁿ i and ∫₀^∞ e⁻ˣ dx.

Blackboard bold: ℝ, ℤ, ℕ.

Font commands: id and Set and hello.

Display math:


    ∑ᵢ₌₁ⁿ i² = n(n+1)(2n+1)/6



    ∫₀^∞ e^{−x²} dx = √(π)/2