Navbar heading

LogoOwl
LogoAnimated
Courses 🏺EncyclopaediaNewsAbout Us
CTRL K
CTRL K
Courses 🏺
  • Overview
    • Contributing
    • Code of Conduct
    • Philosophy
    • Methodology
    • Code
    • Why These Tools
      • Markdown
      • Basics of Markdown
      • Extended Markdown
      • Components
    • Local Development
NewsAbout Us
  • Contributing
  • Code of Conduct
  • Philosophy
  • Methodology
  • Code
  • Why These Tools
    • GitHub
    • GitHub: Conceptual Overview
    • General GitHub Workflow
    • Markdown
    • Basics of Markdown
    • Extended Markdown
    • Components
  • Local Development

On This Page

  • Callout
  • Cards
  • Tabs
  • FileTree
  • Stub and HotTopic
  • EmbedYT
  • Diagrams
  • Code blocks
Edit this page on GitHub Share your thoughts 💬

Components

Beyond plain Markdown, .mdx files may use a small set of components that the site provides. They are always in scope — do not write an import statement, the compiler supplies them automatically and an import will break the page.

Components only work in .mdx files. The two .md files in this section are plain Markdown and are rendered as such.

Callout

A coloured aside. type selects the colour and default icon (default, info, warning, error, important); emoji replaces the icon with one of your own.

<Callout type="info">Worth knowing, but not essential.</Callout> <Callout emoji="🔱">Anything can serve as the icon.</Callout>

Cards

A responsive grid of links, used on section landing pages such as the one listing these formatting guides.

<Cards> <Cards.Card icon={" 📄 "} title="Basics of Markdown" href="/articles/contributing/formatting/basic-markdown" /> </Cards>

Cards accepts num to hint at the number of columns; Cards.Card accepts title, href, icon and arrow.

Tabs

Alternative readings or variants shown one at a time. Each label is turned into a heading anchor, so #main-reading links to the tab of that name.

<Tabs items={["Main Reading", "Alternative Reading"]}> <Tabs.Tab>The received interpretation.</Tabs.Tab> <Tabs.Tab>The dissenting one.</Tabs.Tab> </Tabs>

FileTree

For describing directory layouts. Folder takes defaultOpen to start expanded, and both Folder and File take active to highlight an entry.

<FileTree> <FileTree.Folder name="content" defaultOpen> <FileTree.File name="index.mdx" /> </FileTree.Folder> </FileTree>

Stub and HotTopic

Stub marks a page as an invitation to contribute. HotTopic flags a contested section and links to the discussions, or to a specific thread if you pass href.

<Stub /> <HotTopic href="https://github.com/systemphil/sphil/discussions/1" />

EmbedYT

An embedded YouTube video. Use the /embed/ form of the URL.

<EmbedYT src="https://www.youtube.com/embed/hZVStcn2750" />

Diagrams

Fence a diagram with mermaid and it is rendered client-side, following the light or dark theme.

```mermaid graph LR A[Being] --> B[Nothing] B --> C[Becoming] ```

Code blocks

Ordinary fenced code blocks are syntax-highlighted and get a copy button. Name the language after the opening fence:

```bash pnpm dev ```

Footer

Resources

  • Discussion
  • Courses
  • Acknowledgements
  • Newsletter

Hegel

  • Guides
  • Reference

Kant

  • Guides
  • Reference

About

  • Team
  • Contributing
  • Methodology
  • Code of Conduct

Legal

    All cookies should now be deleted and you will be asked upon next visit to accept or decline cookies.
  • Privacy Policy
  • Terms of Use
  • Terms for Online Courses

Social

mailfacebookyoutubeblueskytwittergithublinkedin
LogoOwlLogoAnimated

© 2025 Eru Iluvatar, Ltd. All rights reserved.

Video thumbnail preview for The Soul of Aristotle: From Life to LogicVideo thumbnail preview for Hegel and the Mechanistic WorldviewVideo thumbnail preview for Schelling's Freedom Essay: Freedom, System And GroundVideo thumbnail preview for Hegel's Science of Logic: The Quality of Being Part 1