guest@cray-1:~$ ls -d */

guest@cray-1:~/articles$ sed -n '1,2p' hello-world.meta

Hello World!

First article

headings

guest@cray-1:~/articles$ cat hello-world.tex

!ls

Hello, world

This is a simple article fragment.

You can write regular text, inline math like E=mc2E = mc^2, or display equations:

01x2dx=13\int_0^1 x^2 \, dx = \frac{1}{3}

Image example

Here is a generated test image stored next to the article source.

A generated test image for the article asset pipeline.

List example

  • First item

  • Second item

  • Third item

Code-like text

console.log("Hello, world");

That’s it.