Fennikel.top

Laboratorium for html og css via lichen markdown

Code repositoryMarkdown cheatsheetAncestor lichen

Markdown helper

This file is intented to be viewed alongside its source in the lichen cms system. You can see it as intended by following this link, or by right-clicking and selecting view source

Headings

Heading Level 1

Heading Level 2

Heading Level 3

Text formatting

Italicised text, bold text and code text. Code text is made with back-ticks which can be weird to find on some keyboards. Look it up.

Blockquote

We live in capitalism. Its power seems inescapable. So did the divine right of kings. Any human power can be resisted and changed by human beings. Resistance and change often begin in art, and very often in our art - the art of words.

Ursula K. Le Guin

Ordered list

  1. A thing
  2. Another thing
  3. Even more of a thing

Bullet list

Horizontal ruler


Link

This is a fork of the original php version of lichen

A local image

Image alt text here

An external image

Image alt text here

Table

Syntax Cool?
Markdown Yes
Gemini Yes

Code Block

hej ja
fuck hvor sygt med det her
---- -----
galskab ja
       _                   _ _                _
 _   _| | ___ __ _   _  __| | |_   _ __   ___| |_
| | | | |/ / '__| | | |/ _` | __| | '_ \ / _ \ __|
| |_| |   <| |  | |_| | (_| | |_ _| | | |  __/ |_
 \__,_|_|\_\_|   \__,_|\__,_|\__(_)_| |_|\___|\__|

Footnote

Here's a sentence with a footnote. 1

Code comment

A comment will not be displayed, it is used for leaving comments for people editing the source of a page.

Heading ID

Heading with an id

This is a link to the heading id

Definition List

term
definition

Escaping characters

Markdown symbols needs to be escaped when not used for markdown. Backslash is used for this: \ # * _ ** etc.


  1. This is the footnote. ↩︎