Introduction
Active Archives uses the MarkDown syntax. See more here.
Using MarkDown for basic formatting means you can also use HTML for non basic formatting! Isn’t that great?
Emphasis
Italic
italic or if you prefer italic
BOLD
bold or if you prefer bold
BOLD ITALIC
bold AND italic or if you prefer bold AND italic
Links
Linking to a page from this website.
Semantic link
- Michael Moss is a speaker in this case.
- Michael Moss is an interviewer is this case.
Lists
Ordered lists
- Foo
- Bar
Unordered lists
- A list item.
- Bar
Combining
You can nest them:
- Abacus
- answer
- Bubbles
- bunk
- bupkis
- BELITTLER
- burper
- Cunning
Headings
H1 headers are used to create floating boxes.
H2…H6 headers are used to create sections inside a floating box.
A special header is a timecode. It is directly and “transparently” transformed into an H2 section.
00:01:0000:02:00
This is a timecode section without a specific endpoint, thus the latter is considered the start point of the next timed section
00:02:00 00:10:00
This is a timecode section with a specific endpoint.
This is an H2 header
This is an H3 header
This is an H4 header
This is an H5 header
This is an H6 header
Text blocks
Blockquotes
Email-style angle brackets are used for blockquotes.
And, they can be nested.
- You can quote a list.
- Etc.
Code blocks
<code>
spans are delimited
by backticks.
You can include literal backticks
like `this`
.
Preformatted code blocks
Indent every line of a code block by at least 4 spaces or 1 tab.
This is a normal paragraph.
This is a preformatted
code block.
HORIZONTAL RULES
Three or more dashes or asterisks:
MANUAL LINE BREAK
End a line with two or more spaces:
Roses are red,
Violets are blue.
STYLING
CSS are available through a special notation (which you can notice once you have moved or resized a box!)
INLINE STYLES
{@style=color: blue;}
Subsection styling
This is some text !
⚠ Can’t seem to style sections.
CLASSES
Add
{@class=foo}
before the element you want to qualify with this class.
LOAD A STYLESHEET
Type this in the metadata of the document (at the very beginning of the page). You can load several stylesheets by putting each new file on a new line with 5 spaces.
css: http://meyerweb.com/eric/tools/css/reset/reset.css
/static/css/custom.css