• Welcome to Journal web site.

我是 PHP 程序员

- 开发无止境 -

Next
Prev

VuePress Markdown 拓展

Data: 2022-04-20 10:15:47Form: JournalClick: 1

# Markdown 拓展


# 一、目录

[[toc]]

# 二、自定义容器

  • 官网文档open in new window
::: tip
这是一个绿色的提示
:::

::: warning
这是一个黄色的警告
:::

::: danger
这是一个红色的危险警告
:::

::: details
这是一个详情块,在 IE / Edge 中不生效
:::

::: tip 这是标题
这是一个绿色的提示
:::

# 三、代码块

# 1、语法高亮

  • 支持的语言标签open in new window
  • 常用的语言标签:html、css、js、php、sql、json
```html
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Document</title>
    </head>
    <body>
        <div>欧阳克个人博客</div>
    </body>
</html>
```

# 2、行高亮

```html {9}
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Document</title>
    </head>
    <body>
        <div>欧阳克个人博客</div>
    </body>
</html>
```









 



  • 单行:例如 {9},{12}
  • 行数区间: 例如 {5-8}, {3-10}, {10-17}
  • 多个单行: 例如 {4,7,9}
  • 行数区间与多个单行: 例如 {4,7-13,16,23-27,40}

# 四、Emoji 表情

:1234:
:grinning:
:cn:
  • githubopen in new window
{
    "100": "?",
    "1234": "?",
    "grinning": "?",
    "smiley": "?",
    "smile": "?",
    "grin": "?",
    "laughing": "?",
    "satisfied": "?",
    "sweat_smile": "?",
    "rofl": "?",
    "joy": "?",
    "slightly_smiling_face": "?",
    "upside_down_face": "?",
    "wink": "?",
    "blush": "?",
    "innocent": "?",
    "smiling_face_with_three_hearts": "?",
    "heart_eyes": "?",
    "star_struck": "?",
    "kissing_heart": "?",
    "kissing": "?",
    "relaxed": "☺️",
    "kissing_closed_eyes": "?",
    "kissing_smiling_eyes": "?",
    "smiling_face_with_tear": "?",
    "yum": "?",
    "stuck_out_tongue": "?",
    "stuck_out_tongue_winking_eye": "?",
    "zany_face": "?",
    "stuck_out_tongue_closed_eyes": "?",
    "money_mouth_face": "?",
    "hugs": "?",
    "hand_over_mouth": "?",
    "shushing_face": "?",
    "thinking": "?",
    "zipper_mouth_face": "?",
    "raised_eyebrow": "?",
    "neutral_face": "?",
    "expressionless": "?",
    "no_mouth": "?",
    "smirk": "?",
    "unamused": "?",
    "roll_eyes": "?",
    "grimacing": "?",
    "lying_face": "?",
    "relieved": "?",
    "pensive": "?",
    "sleepy": "?",
    "drooling_face": "?",
    "sleeping": "?",
    "mask": "?",
    "face_with_thermometer": "?",
    "face_with_head_bandage": "?",
    "nauseated_face": "?",
    "vomiting_face": "?",
    "sneezing_face": "?",
    "hot_face": "?",
    "cold_face": "?",
    "woozy_face": "?",
    "dizzy_face": "?",
    "exploding_head": "?",
    "cowboy_hat_face": "?",
    "partying_face": "?",
    "disguised_face": "?",
    "sunglasses": "?",
    "nerd_face": "?",
    "monocle_face": "?",
    "confused": "?",
    "worried": "?",
    "slightly_frowning_face": "?",
    "frowning_face": "☹️",
    "open_mouth": "?",
    "hushed": "?",
    "astonished": "?",
    "flushed": "?",
    "pleading_face": "?",
    "frowning": "?",
    "anguished": "?",
    "fearful": "?",
    "cold_sweat": "?",
    "disappointed_relieved": "?",
    "cry": "?",
    "sob": "?",
    "scream": "?",
    "confounded": "?",
    "persevere": "?",
    "disappointed": "?",
    "sweat": "?",
    "weary": "?",
    "tired_face": "?",
    "yawning_face": "?",
    "triumph": "?",
    "rage": "?",
    "pout": "?",
    "angry": "?",
    "cursing_face": "?",
    "smiling_imp": "?",
    "imp": "?",
    "skull": "?",
    "skull_and_crossbones": "☠️",
    "hankey": "?",
    "poop": "?",
    "shit": "?",
    "clown_face": "?",
    "japanese_ogre": "?",
    "japanese_goblin": "?",
    "ghost": "?",
    "alien": "?",
    "space_invader": "?",
    "robot": "?",
    "smiley_cat": "?",
    "smile_cat": "?",
    "joy_cat": "?",
    "heart_eyes_cat": "?",
    "smirk_cat": "?",
    "kissing_cat": "?",
    "scream_cat": "?",
    "crying_cat_face": "?",
    "pouting_cat": "?",
    "see_no_evil": "?",
    "hear_no_evil": "?",
    "speak_no_evil": "?",
    "kiss": "?",
    "love_letter": "?",
    "cupid": "?",
    "gift_heart": "?",
    "sparkling_heart": "?",
    "heartpulse": "?",
    "heartbeat": "?",
    "revolving_hearts": "?",
    "two_hearts": "?",
    "heart_decoration": "?",
    "heavy_heart_exclamation": "❣️",
    "broken_heart": "?",
    "heart": "❤️",
    "orange_heart": "?",
    "yellow_heart": "?",
    "green_heart": "?",
    "blue_heart": "?",
    "purple_heart": "?",
    "brown_heart": "?",
    "black_heart": "?",
    "white_heart": "?",
    "anger": "?",
    "boom": "?",
    "collision": "?",
    "dizzy": "?",
    "sweat_drops": "?",
    "dash": "?",
    "hole": "?️",
    "bomb": "?",
    "speech_balloon": "?",
    "eye_speech_bubble": "?️‍?️",
    "left_speech_bubble": "?️",
    "right_anger_bubble": "?️",
    "thought_balloon": "?",
    "zzz": "?",
    "wave": "?",
    "raised_back_of_hand": "?",
    "raised_hand_with_fingers_splayed": "?️",
    "hand": "✋",
    "raised_hand": "✋",
    "vulcan_salute": "?",
    "ok_hand": "?",
    "pinched_fingers": "?",
    "pinching_hand": "?",
    "v": "✌️",
    "crossed_fingers": "?",
    "love_you_gesture": "?",
    "metal": "?",
    "call_me_hand": "?",
    "point_left": "?",
    "point_right": "?",
    "point_up_2": "?",
    "middle_finger": "?",
    "fu": "?",
    "point_down": "?",
    "point_up": "☝️",
    "+1": "?",
    "thumbsup": "?",
    "-1": "?",
    "thumbsdown": "?",
    "fist_raised": "✊",
    "fist": "✊",
    "fist_oncoming": "?",
    "facepunch": "?",
    "punch": "?",
    "fist_left": "?",
    "fist_right": "?",
    "clap": "?",
    "raised_hands": "?",
    "open_hands": "?",
    "palms_up_together": "?",
    "handshake": "?",
    "pray": "?",
    "writing_hand": "✍️",
    "nail_care": "?",
    "selfie": "?",
    "muscle": "?",
    "mechanical_arm": "?",
    "mechanical_leg": "?",
    "leg": "?",
    "foot": "?",
    "ear": "?",
    "ear_with_hearing_aid": "?",
    "nose": "?",
    "brain": "?",
    "anatomical_heart": "?",
    "lungs": "?",
    "tooth": "?",
    "bone": "?",
    "eyes": "?",
    "eye": "?️",
    "tongue": "?",
    "lips": "?",
    "baby": "?",
    "child": "?",
    "boy": "?",
    "girl": "?",
    "adult": "?",
    "blond_haired_person": "?",
    "man": "?",
    "bearded_person": "?",
    "red_haired_man": "?‍?",
    "curly_haired_man": "?‍?",
    "white_haired_man": "?‍?",
    "bald_man": "?‍?",
    "woman": "?",
    "red_haired_woman": "?‍?",
    "person_red_hair": "?‍?",
    "curly_haired_woman": "?‍?",
    "person_curly_hair": "?‍?",
    "white_haired_woman": "?‍?",
    "person_white_hair": "?‍?",
    "bald_woman": "?‍?",
    "person_bald": "?‍?",
    "blond_haired_woman": "?‍♀️",
    "blonde_woman": "?‍♀️",
    "blond_haired_man": "?‍♂️",
    "older_adult": "?",
    "older_man": "?",
    "older_woman": "?",
    "frowning_person": "?",
    "frowning_man": "?‍♂️",
    "frowning_woman": "?‍♀️",
    "pouting_face": "?",
    "pouting_man": "?‍♂️",
    "pouting_woman": "?‍♀️",
    "no_good": "?",
    "no_good_man": "?‍♂️",
    "ng_man": "?‍♂️",
    "no_good_woman": "?‍♀️",
    "ng_woman": "?‍♀️",
    "ok_person": "?",
    "ok_man": "?‍♂️",
    "ok_woman": "?‍♀️",
    "tipping_hand_person": "?",
    "information_desk_person": "?",
    "tipping_hand_man": "?‍♂️",
    "sassy_man": "?‍♂️",
    "tipping_hand_woman": "?‍♀️",
    "sassy_woman": "?‍♀️",
    "raising_hand": "?",
    "raising_hand_man": "?‍♂️",
    "raising_hand_woman": "?‍♀️",
    "deaf_person": "?",
    "deaf_man": "?‍♂️",
    "deaf_woman": "?‍♀️",
    "bow": "?",
    "bowing_man": "?‍♂️",
    "bowing_woman": "?‍♀️",
    "facepalm": "?",
    "man_facepalming": "?‍♂️",
    "woman_facepalming": "?‍♀️",
    "shrug": "?",
    "man_shrugging": "?‍♂️",
    "woman_shrugging": "?‍♀️",
    "health_worker": "?‍⚕️",
    "man_health_worker": "?‍⚕️",
    "woman_health_worker": "?‍⚕️",
    "student": "?‍?",
    "man_student": "?‍?",
    "woman_student": "?‍?",
    "teacher": "?‍?",
    "man_teacher": "?‍?",
    "woman_teacher": "?‍?",
    <              
Name:
<提交>