Math, Markdown, and Media

Math

Math

This is the first blog post. It keeps small emphasis, important points, unnecessary ceremony, and inline code close to the prose.

Inline mathematics, such as a2+b2=c2, can stay close to the sentence that needs it. A second display formula has room to breathe:

n=11n2=π26

Audio

The short spoken introduction below is a local audio asset. Its relative URL is resolved by the browser from this post's generated URL, so it remains correct when the site is served below its configured base path. It is long enough to try seeking while heine serve handles byte-range requests.1

Code

fn main() {
    println!("Hello, world!");
}

Working Notes

The same Markdown source can keep a few ordinary structural notes nearby:

The short route from source to result is equally suitable for a numbered sequence:

  1. write the page;
  2. build it;
  3. listen to the result.

And for a modest checklist:

Source formHere it provides
*text*a small emphasis
`code`an identifier in running prose
a note2a useful aside

Right-to-Left Text

لا يوجد طريقٌ ملوكيٌّ إلى الهندسة.

Arabic rendering of "There is no royal road to geometry", a traditional saying attributed to Euclid by Proclus.

1

The audio element is trusted raw HTML because its controls and preload policy are browser features, not Markdown syntax.

2

Footnotes keep an aside out of the sentence that prompted it.