Heading example

Here is an example of headings. You can use these headings by following markdownify rules. For example: use # for heading 1 and use ###### for heading 6.

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Heading 2

Emphasis

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

I’m an inline-style link

I’m an inline-style link with title

I’m a reference-style link

I’m a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or http://www.example.com and sometimes example.com (but not on Github, for example).

Some text to show that the reference links can follow later.

Paragraph

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.


Ordered List

  1. List item
  2. List item
  3. List item
  4. List item
  5. List item

Unordered List

  • List item
  • List item
  • List item
  • List item
  • List item

Notice

A new Note. Here is the text with a link to The Leadership System More text

This website can be automatically published and hosted with Netlify (Read more about automated HUGO deployments with Netlify). Alternatively, you can use Github pages. A public folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server

This website can be automatically published and hosted with Netlify (Read more about automated HUGO deployments with Netlify). Alternatively, you can use Github pages. A public folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server

This website can be automatically published and hosted with Netlify (Read more about automated HUGO deployments with Netlify). Alternatively, you can use Github pages. A public folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server


Tab

  • Local Development
  • Reference
  • Using PostCSS
  • Framework Guides
  1. Browse the Starter Library.
  2. Starters are boilerplate Gatsby sites maintained or by community.
  3. Check out docbox official default starter.
  4. Follow a more detailed guide on using docbox starters.
  5. Learn how to use the docbox CLI tool to use starters in tutorial part one.
  1. Browse the Starter Library.
  2. Starters are boilerplate Gatsby sites maintained or by community.
  3. Check out docbox official default starter.
  4. Follow a more detailed guide on using docbox starters.
  5. Learn how to use the docbox CLI tool to use starters in tutorial part one.

Accordion

Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Sed porttitor lectus nibh. Proin eget tortor risus. Donec sollicitudin molestie consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum

Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Sed porttitor lectus nibh. Proin eget tortor risus. Donec sollicitudin molestie consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum

Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Sed porttitor lectus nibh. Proin eget tortor risus. Donec sollicitudin molestie consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum

Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Sed porttitor lectus nibh. Proin eget tortor risus. Donec sollicitudin molestie consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum


card-wrapper 3

Evidence Over Opinion

Decisions guided by real feedback loops and measurable outcomes—avoid theater, show progress.

Lightweight Operating Model

Simple structures for arenas, teams, and accountability from The Leadership System—clarity without bureaucracy.

Small, Focused Cohort

Up to 15 participants; interactive design sessions and direct application to your real work.

Code and Syntax Highlighting

Inline code has back-ticks around it.

main.js
let blocks = document.querySelectorAll("pre");

async function copyCode(block, button) {
  let code = block.querySelector("code");
  let text = code.innerText;
  await navigator.clipboard.writeText(text);
  button.innerText = "copied";
  setTimeout(() => {
    button.innerText = "copy";
  }, 700);
}
JS
s = "Python syntax highlighting"
print s
PY
No language indicated, so no syntax highlighting. But let's throw in a
<b>tag</b>.

Blockquote

Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Curabitur aliquet quam id dui posuere blandit. Sed porttitor lectus nibh. Proin eget tortor risus. Donec sollicitudin molestie accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum lacinia eget consectetur sed, convallis at tellus.


Inline HTML

You can also use raw HTML in your Markdown, and it’ll mostly work pretty well.

Definition list

Is something people use sometimes.

Markdown in HTML

Does not work very well. Use HTML tags


Tables

Colons can be used to align columns.

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don’t need to make the raw Markdown line up prettily. You can also use inline Markdown.

MarkdownLessPretty
Stillrendersnicely
123

Image

Text explaining the image.

The following paragraph provides additional context.


Youtube video


cards

Leadership

Follow the story of two enterprises as they manage the evolution of their Product and services over time

Explore Leadership

AME3 Playbook

Get started now by following the playbook. No expensive organizational transformations needed!

Start now

Strategy

Adapt your enterprise strategy toward evolution with AME3. Understand the three strategic doctrines and begin aligning your strategic Goals.

Learn the Strategy

Rules

Understand and explore the rules that define how modern enterprises operate and compete. Get a common language for your teams and leaders

Know the Rules