微风轻语

记录那些被遗忘了却又想着纪念的时光

Markdown Guide
  • 2025-06-22 22:15
  • 分类: 代码
  • Markdown Guide

    Emphasis bold italics strikethrough Headers

    Big header

    Medium header

    Small header

    Tiny header

    Lists

    • Generic list item
    • Generic list item
    • Generic list item
    • 放大算法
    1. Numbered list item
    2. Numbered list item
    3. Numbered list item Links Text to display Quotes
      This is a quote. It can span multiple lines! Images Need to upload an image? Imgur has a great interface. Tables Column 1 Column 2 Column 3
      John Doe Male
      Mary Smith Female

    Or without aligning the columns...

    Column 1 Column 2 Column 3
    John Doe Male
    Mary Smith Female

    Displaying code var example = "hello!";

    Or spanning multiple lines...

    var example = "hello!";
    alert(example);
  • 评论:0人
  • 热度:27℃
  • 2025年06月22日
  • *请填写昵称和评论内容