The name attribute gives us a canonical way to refer to a headline that doesn't vary with its text. Prior to version 0.84 Fargo wasn't generating them, now it is.
When you click on the Eye icon in the left margin, we take the text of the headline, remove blanks and some special characters and innerCase the text to form the name attribute.
Net-net: Links won't break if you change the text of a headline.
Default Time Zone
The default time zone is set to Eastern time.
More specifically the attribute "siteTimeZone" defaults to the value "-4".
You can override this in your named outline with a directive at the top level:
Bloghome and Markdown
Markdown posts are now rendered correctly within the bloghome template.
The markdown content of the post is wrapped in a DIV with class "markdown."
Outline rules like list-space, outline-indent, outline-space and outline-space-before will not apply within the Markdown generated content.
Kyle