Skip to content

Getting Started With Markdown

There are fabulous guides to Markdown available on the internet. The club site is a mash-up of markdown, json, and yml.

Details about Markdown in Astro (which powers this site)

### Getting Started With Markdown
This is a paragraph
This is a link to the [Markdownguide](markdownguide.org/getting-started) that doesn't open a new browser tab
#### markdown sample

Markdownguide.org/getting-started is an introductory page on the Markdown Guide website that explains what Markdown is and how to begin using it. It covers basic concepts like writing Markdown in plain text editors or dedicated apps, using online editors with live preview, and converting Markdown files to HTML or other formats. The guide outlines a simple four-step workflow—from creating a .md file to viewing the rendered output—and highlights common use cases such as web content, notes, and printable documents.

markdowntutorial.com is an online tutorial platform dedicated to teaching Markdown, a lightweight markup language for formatting text on the web. It structures lessons around individual Markdown concepts, such as headings, links, tables, and code blocks, with interactive examples and exercises for hands-on practice. The site helps users quickly master Markdown syntax used in platforms like GitHub, documentation tools, and content creation apps.

Best video options Web Dev Simplified “Only Markdown Crash Course” – Under 30 minutes, starts from “what is Markdown?” and walks through all the basics with clear visuals.

Short intros like “Markdown Explained in Under 10 Minutes” work well if someone prefers a quick overview before trying a written guide.