M1 Markdown

From CSE330 Wiki
Revision as of 01:33, 8 August 2023 by Zach (talk | contribs) (Created page with "= Markdown = Markdown is a lightweight markup language that allows you to create formatted text using a plain text editor. It uses simple symbols and characters to define dif...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Markdown

Markdown is a lightweight markup language that allows you to create formatted text using a plain text editor. It uses simple symbols and characters to define different elements of formatting, such as headers, lists, links, and emphasis. Markdown files have the extension .md

Why Markdown?

  • Simplicity: Markdown's syntax is easy to learn and write, even for those unfamiliar with HTML.
  • Portability: Markdown files are plain text, so they can be opened and edited with any text editor.
  • Versatility: It's widely used in various platforms like GitHub, where it's commonly used for README files and comments.
  • Versatility: Even in raw form, Markdown is designed to be readable as-is, without looking like it's been marked up with tags or formatting instructions.

Writing in markdown allows for richly formatted text that's simple, efficient, and easily converted to HTML or other formats.


Syntax

Instead of writing a markdown guide here, there are a bunch of great resources online:

- Github Markdown Guide - Markdown Guide