<!DOCTYPE html>
< html lang = "en" >
< head >
< title > (DEFN) Markdown (.md)< / title >
< link rel = "icon" type = "image/x-icon" href = "../../images/favicon.webp" >
< link rel = 'stylesheet' type = 'text/css' href = "../../style.css" >
< link rel = 'stylesheet' href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media = "all" >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< / head >
< body >
< a style = "text-decoration: none;" href = "../../" >
< pre class = "main-header" >
_______ _ _ _______ __ __ _______ _______ __ _
|______ | | |______ \_/ |_____| |_____| | \ |
______| |_____| | | | | | | | \_|
< / pre >
< / a >
< hr / >
< p > < a href = "../../" > sf.cu< / a > > < a style = "color:#50fa7b" href = "../" > Definitions< / a > > < a style = "color:#50fa7b" href = "." > Markdown (.md)< / a > < / p >
< h1 style = "text-align:center;margin-right:8vw;margin-top:20px;" > Markdown (.md)< / h1 > < p > Categories: < a style = "color:#ff79c6" href = "../files/" > < strong > Files< / strong > < / a > < / p >
< div style = "text-align:center;" >
< img src = "markdown.webp" alt = "Markdown" >
< figcaption > Markdown< / figcaption >
< / div >
< p > Markdown is a lightweight markup language using which you can write files with formatting. It has simple syntax that can easily be remembered. It is used extensively especially in Git services like GitHub, Codeberg and more. Please < a href = "https://www.markdownguide.org/getting-started/" > read this page for the syntax.< / a > < / p >
< hr / >
< footer >
< p class = "footer-text" > < a style = "color:#bd93f9" href = "../../blog" > blog< / a > - < a style = "color:#ffb86c" href = "../../about" > about< / a > - < a style = "color:#f1fa8c" href = "../../portfolio" > portfolio< / a > - < a style = "color:#ff5555" href = "../../links" > links< / a > < / p >
< p class = "footer-text" style = "font-size:80%" > < a href = "../../" > sufyaan.cyou< / a > < / p > < p class = "footer-text" style = "font-size:65%" > < a style = "color:#aaaaaa" href = "../../sitemap" > Site Map< / a > < / p >
< / footer >