Test page with long title that causes wrapping

This1 is an official Test page with long title that causes wrapping page, rendered with Jinja2 + Djot.2 Click on the logo to go back to the Index.

The number 123,456,789 has 0 zeroes in it. NO ZEROES.

Ppl come into McDonald’s to plan their kids party and yell at us when we don’t keep other people out of the play place bc it’s their party. They also scream when they show up and expected tables to be reserved for them. Like it’s a fast food restaurant?? Lol That all being said.. it does not surprise me in the slightest that ppl would go to a pet store for a “party”

/u/seabreezesqueeze3

Math test 12+23>1 and \12.

limni=0n

This is a modest length header

Sometimes you need to break text up into smaller sections, and that’s what a title is for. The text that follows will be categorised nicely under the title head. Unfortunately, for this example page to be meaningful there really should be more text here. The title layout will probably look more obtuse than it really is, merely because there’s not a lot of body text to follow it.

Why not use lipsum? I don’t know. It kinda feels weird to me, wierdly uniform. When I see a layout with lipsum, I just see a bunch of blocks. Design is there to reinforce the text, so without any text it’s hard to say it’s doing that job.

How distinguished are the various heading levels?

I think too many levels of subheadings probably won’t be necessary. There really isn’t any reason to categorise text that deeply. This is a website, not a book. The longest an article will be is maybe 5,000 words. That much text probably doesn’t need to go that deep in subheads.

I think at most I’ll want to allow level 3 headings. Deeper than that is I think beyond the point of meaning. Even level 3 headings are pushing it, really.

Level 3 headers are the deepest permissable

If you look at Wikipedia articles, they’re almost entirely level 1 headings. Articles with anything deeper than level 2 headings are typically obscure articles that haven’t been subject to a more thorough look by experienced editors. It’s just not a particularly useful way to categorise text.

Ideas don’t typically follow a tree structure. If they do, that’s the exception, and a less typical structure than headings could be used to express that.

Lvl 4 header—naughty!

It’s also hard to even come up with heading styles that are properly distinct. Just making the text slightly smaller at every level isn’t even a particularly distinct look. Yeah, if get out your ruler and squint, 1.25em is bigger than 1.17em, but if you just see them in isolation you’re not going to be able to immediately say, yes, this text is 1.25em and therefore a level-3 heading.

Code with no syntax highlighting that hopefully has the same behaviour as the regular code even though it doesn't go in a div

There needs to be multiple visual elements indicating the heading’s level if it’s to be intuitively understood by an ordinary reader. But it’s hard to make something lower in a visual hierarchy than “literally just bold text”, which is what I want my level 3 headings to be.4

So the only thing left is to use some literal text. This “works”, for certain definitions of “works”. It’s almost certain to confuse an ordinary reader.

# Code snippets will auto-scroll instead of wrapping, which is very helpful
my $foo = __PACKAGE__;
print qq{We are in $foo\n};
# 1 ≠ 2

In summary:

Sauce

expand.svg
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 100">
   <polygon fill="#000000" points="0 0, 50 66, 100 0, 50 100"/>
   <circle fill="#000000" cx="150" cy="50" r="15"/>
   <circle fill="#000000" cx="250" cy="50" r="15"/>
   <circle fill="#000000" cx="350" cy="50" r="15"/>
   <polygon fill="#000000" points="400 0, 450 66, 500 0, 450 100"/>
</svg>
Does-not-exist.md.j2
No such file or directory (os error 2)

  1. Out of order footnotes still work fine. I hope. This is just dummy text that is being written so that the page doesn’t look like a super blank canvas. I hate looking at example pages for markup that is bereft of text. It’s the same with fonts. Pages advertising a font don’t actually show it in action. They show it in some narrow band with no context. How am I supposed to know how it feels in practice when all I see is a bunch of letters? I’m not an expert on fonts. I’m not gonna inspect the detail on these huge fucking letters to decide if it’s good or not. Hell, I doubt experts do either.↩︎

  2. This is a really long footnote. It’s going to explain some point raised in depth, but it’s also sort of an aside that’s not important to the central thrust of the article.

    It spans multiple lines, and might even contain some markup of its own. There are good reasons to do it this way:

    1. Nothing wrong with me
    2. Nothing wrong with me
    3. Nothing wrong with me

    ↩︎

  3. Some random reddit post.↩︎

  4. # Code snippets look fine in a list; useful for footnotes
    my $foo = __PACKAGE__;
    print qq{We are in $foo\n};
    

    ↩︎