
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This markdown cheat sheet covers various formatting elements including emphasis, lists, tables, headings, code blocks, and links.
Typology: Study notes
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Emphasis:
Quote text, ‘>’ first on each line:
> Quoted Text
Task lists are a part of extensions:
List ‘*’ WITH space after:
*** First list Item
Same but numbered list:
**1. Numbered first
Table; ‘|’ separates, ‘ - ’ horizontal
TableItems May30 June15Headings
Code block:’`’ optional language.
function mark() { _console.log("mark yourself”);_ }Links: ‘[‘,Alt Text ‘]’ ‘(‘file’ ‘)’
LinuxHint